The property should be used to render extra areas in track bar of the C1Slider.

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

Syntax

C#
[JsonAttribute(true)]
[C1CategoryAttribute("Category.Appearance")]
[DefaultValueAttribute(TrackFillMode.All)]
[DescriptionAttribute("The property should be used to render extra areas in track bar of the C1Slider.")]
public TrackFillMode TrackFill { get; set; }
Visual Basic
<JsonAttribute(True)> _
<C1CategoryAttribute("Category.Appearance")> _
<DefaultValueAttribute(TrackFillMode.All)> _
<DescriptionAttribute("The property should be used to render extra areas in track bar of the C1Slider.")> _
Public Property TrackFill As TrackFillMode
	Get
	Set

See Also