Intersoft ClientUI Documentation
HandlesVisibility Property



Gets or sets the visibility of the handle buttons in slider bar.
Syntax
<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);
}
Remarks

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" />
            

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

UXSliderBarBase Class
UXSliderBarBase Members
UXSliderBar
UXRangeSliderBar

Send Feedback