Intersoft.Client.UI.Aqua.UXDock Namespace > UXDock Class : ButtonReflectionVisibility Property |
<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); }
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.
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