sl--tick-style Attribute | slTickStyle Property
This topic documents a feature of Binary Behaviors, which are obsolete as of Internet Explorer 10.
Sets or retrieves the location of the ticks for the slider behavior.
Syntax
CSS { sl--tick-style : sStyle } Scripting [ sStyle = ] slider.style.slTickStyle
Possible Values
sStyle String that specifies or receives one of the following values.
- bottomRight
- Default. Location of the tick mark is at the bottom and to the right based on the orientation of the slider.
topLeft- Location of the tick mark is at the top and to the left based on the orientation of the slider
both- Tick mark is aligned using the
bottomRightpossible value when the sl--orientation attribute is set tovertical, or using thetopLeftpossible value when the sl--orientation attribute is set tohorizontal.none- Tick mark is not aligned.
The property is read/write. The property has a default value of bottomRight. The Cascading Style Sheets (CSS) attribute is not inherited.
Remarks
The sl--tick-style attribute is read-only at run time.
The sl--tick-style attribute is available only to objects participating in the slider behavior.
Applies To
slider
Community Additions
Show: