Intersoft ClientUI Documentation
ButtonReflectionVisibility Property



Gets or sets a value that determines whether button reflection is visible.
Syntax
<CategoryAttribute("Button")>
Public Property ButtonReflectionVisibility As Visibility
Dim instance As UXDock
Dim value As Visibility
 
instance.ButtonReflectionVisibility = value
 
value = instance.ButtonReflectionVisibility
[CategoryAttribute("Button")]
public Visibility ButtonReflectionVisibility {get; set;}
[CategoryAttribute("Button")]
public:
property Visibility ButtonReflectionVisibility {
   Visibility get();
   void set (    Visibility value);
}
Remarks

By default, the button reflection is enabled. You can disable it through the ButtonReflectionVisibility property.

Note that disabling button reflection does not automatically collapse the reflection space. You need to modify the DockMargin if you want to reduce the space between the UXDock and its container.

XAML
Copy Code
<Intersoft:UXDock ButtonReflectionVisibility="Collapsed">           
</Intersoft:UXDock>

This property is available UXDock level and UXDockButton level. Modifying the properties at UXDock level will apply to all buttons belong to UXDock.

On the other hand, modifying the value at UXDockButton level will only apply to that specified button.

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

UXDock Class
UXDock Members

Concepts

UXDock

Send Feedback