TrackFillMode
Namespace:
C1.Web.UI.Controls.C1SliderAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
public enum TrackFillMode |
| Visual Basic |
|---|
Public Enumeration TrackFillMode |
Members
| Member name | Description | |
|---|---|---|
| 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. |