Intersoft ClientUI Documentation
SetTargetReflection Method



Target element that going to be reflected in the reflection area.
Sets the target element that going to be reflected in the reflection area.
Syntax
Public Sub SetTargetReflection( _
   ByVal element As UIElement _
) 
Dim instance As ContentReflector
Dim element As UIElement
 
instance.SetTargetReflection(element)
public void SetTargetReflection( 
   UIElement element
)
public:
void SetTargetReflection( 
   UIElement^ element
) 

Parameters

element
Target element that going to be reflected in the reflection area.
Remarks
If this property has a value which set-able from SetTargetReflection() method, the reflector will use this target element instead of the original content element as the source to be reflected in the reflection area.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ContentReflector Class
ContentReflector Members

Send Feedback