Intersoft ClientUI Documentation
TargetReflection Property



Gets the target element that will be reflected to the reflection area.
Syntax
Public ReadOnly Property TargetReflection As UIElement
Dim instance As ContentReflector
Dim value As UIElement
 
value = instance.TargetReflection
public UIElement TargetReflection {get;}
public:
property UIElement^ TargetReflection {
   UIElement^ get();
}
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