Intersoft ClientUI Documentation
ValueRangeVisibility Property



Gets or sets the whether the value range visual element is visible.
Syntax
<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);
}
Remarks

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

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

UXSliderBar Class
UXSliderBar Members
UXSliderBar

Send Feedback