Intersoft.Client.UI.Aqua.UXInput Namespace > UXSliderBarBase Class : HandlesVisibility Property |
<CategoryAttribute("Common Properties")> Public Property HandlesVisibility As Visibility
Dim instance As UXSliderBarBase Dim value As Visibility instance.HandlesVisibility = value value = instance.HandlesVisibility
[CategoryAttribute("Common Properties")] public Visibility HandlesVisibility {get; set;}
[CategoryAttribute("Common Properties")] public: property Visibility HandlesVisibility { Visibility get(); void set ( Visibility value); }
By default, the handle buttons are not displayed in slider bar. In order, to display the handle buttons, you need to set HandlesVisibility property to Visible.
The following example shows how to display the handle buttons in UXSliderBar.
View |
Copy Code
|
---|---|
<Intersoft:UXSliderBar TickPlacement="BottomRight" HandlesVisibility="Visible" /> |
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