Intersoft ClientUI Documentation
ReflectionVisibility Property (ContentReflector)



Gets or sets a value that determine the visibility of the reflection.
Syntax
<CategoryAttribute("Common Properties")>
Public Property ReflectionVisibility As Visibility
Dim instance As ContentReflector
Dim value As Visibility
 
instance.ReflectionVisibility = value
 
value = instance.ReflectionVisibility
[CategoryAttribute("Common Properties")]
public Visibility ReflectionVisibility {get; set;}
[CategoryAttribute("Common Properties")]
public:
property Visibility ReflectionVisibility {
   Visibility get();
   void set (    Visibility value);
}
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