Intersoft.Client.UI.Aqua.UXInput Namespace > UXSliderBar Class : ValueRangeVisibility Property |
<CategoryAttribute("Common Properties")> Public Property ValueRangeVisibility As Visibility
Dim instance As UXSliderBar Dim value As Visibility instance.ValueRangeVisibility = value value = instance.ValueRangeVisibility
[CategoryAttribute("Common Properties")] public Visibility ValueRangeVisibility {get; set;}
[CategoryAttribute("Common Properties")] public: property Visibility ValueRangeVisibility { Visibility get(); void set ( Visibility value); }
You can use ValueRangeVisibility property to display a value range track in UXSliderBar to indicate the active selection in UXSliderBar. The range starts from the value of Minimum property to the selected value in UXSliderBar.
The following example shows how to dislay the value range track in UXSliderBar.
View |
Copy Code
|
---|---|
<Intersoft:UXSliderBar TickPlacement="BottomRight" HandlesVisibility="Visible" ValueRangeVisibility="Visible" Value="5" /> |
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