EnumSliderTickPosition
Enum
Defines the position of the ticks in the Slider.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public enum SliderTickPosition
Fields
After
The tick marks are located to the bottom side of the horizontal track or to the right side of the vertical track.
Before
The tick marks are located to the top side of the horizontal track or to the left side of a vertical track.
Both
The tick marks are located on both sides of the track. This is the default value for the Slider.
None
The tick marks are not visible. The actual elements are not added to the DOM tree.