TrackFillMode

Namespace:  C1.Web.UI.Controls.C1Slider
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public enum TrackFillMode
Visual Basic
Public Enumeration TrackFillMode

Members

Member nameDescription
All Show extra styles in track bar for both Value and SecondaryValue.
None Values on track bar are not displayed.
MainValue Show extra style with ValueFill in track bar for area between edge and main Value only.
Range Show extra style with ValueFill in track bar for area between Value and SecondaryValue.

See Also