Intersoft ClientUI Documentation
ButtonReflectionVisibility Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXDock Namespace > UXDock Class : ButtonReflectionVisibility Property






Gets or sets a value that determines whether button reflection is visible.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Button")>
Public Property ButtonReflectionVisibility As Visibility
Visual Basic (Usage)Copy Code
Dim instance As UXDock
Dim value As Visibility
 
instance.ButtonReflectionVisibility = value
 
value = instance.ButtonReflectionVisibility
C# 
[CategoryAttribute("Button")]
public Visibility ButtonReflectionVisibility {get; set;}
Delphi 
public read-write property ButtonReflectionVisibility: Visibility; 
JScript 
CategoryAttribute("Button")
public function get,set ButtonReflectionVisibility : Visibility
Managed Extensions for C++ 
[CategoryAttribute("Button")]
public: __property Visibility get_ButtonReflectionVisibility();
public: __property void set_ButtonReflectionVisibility( 
   Visibility value
);
C++/CLI 
[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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.