Version

SliderTrackCssClasses Class Members

The following tables list the members exposed by SliderTrackCssClasses.

Public Properties
 NameDescription
Public PropertyCssClassGets sets the custom css class applied to html element which renders track bar.  
Public PropertyDisabledCssClassGets sets the custom css class applied to html element which renders track bar when slider is disabled.  
Public PropertyFocusCssClassGets sets the custom css class applied to html element which renders track bar when slider has focus.  
Public PropertyHoverCssClassGets sets the custom css class applied to html element which renders track bar when mouse is moved over track bar.  
Public PropertyLeftOrTopEdgeCssClassGets sets the custom css class applied to html element which renders left edge of track bar for horizontal slider or top edge of track bar for vertical slider.  
Public PropertyMarginCssClassGets sets the custom css class responsible for margins between increment/decrement buttons and slider track.  
Public PropertyRightOrBottomEdgeCssClassGets sets the custom css class applied to html element which renders right edge of track bar for horizontal slider or bottom edge of track bar for vertical slider.  
Public PropertySecondaryValueFillCssClassGets sets the custom css class applied to html element which renders left edge of track bar for horizontal slider or bottom edge of track bar for vertical slider when FillValueMode is set to All and EnableSecondaryValue of WebSlider is enabled.  
Public PropertyValueEdgeCssClassGets sets the custom css class applied to html element which renders left edge of track bar for horizontal slider or bottom edge of track bar for vertical slider when FillValueMode is set to MainValue or All.  
Public PropertyValueFillCssClassGets sets the custom css class applied to html element which renders part of track bar located between edge of track and main thumb.  
Public Methods
 NameDescription
Public MethodResetReset all properties.  
Public MethodToStringReturns string formatted for visual designer.  
See Also