ComponentOne Slider for ASP.NET AJAX: Slider for ASP.NET AJAX Appearance > Slider Track Fill

Slider Track Fill

You can now customize the appearance of the slider's track by setting the TrackFill property. The TrackFill property can be used to indicate values chosen on the slider track. By default the TrackFill property is set to All and both the selected region and range are visible on the slider track:

 

 

The selected region area of the slider track visually indicates the difference between the MinimumValue and the current selected Value. The selected range of the track visually indicates the difference between the selected Value and the selected Value2.

You can set the TrackFill property to various options. These the listed in the table below:

 

Setting

Image

Description

All

The track fill indicates both the difference between the MinimumValue and the selected Value properties and the range difference between the Value and the selected Value2.

None

The track fill does not indicate a selected range or region and appears uniform in appearance.

MainValue

The track fill indicates only the difference between the MinimumValue and the selected Value.

Range

The track fill indicates only the range difference between the selected Value and the selected Value2.


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.