Class SliderTickPosition
Defines the position of the ticks in the Slider.
Inheritance
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class SliderTickPosition : Enum
Fields
After
The tick marks are located to the bottom side of the horizontal track or to the right side of the vertical track.
Declaration
public const SliderTickPosition After
Field Value
SliderTickPosition
|
Before
The tick marks are located to the top side of the horizontal track or to the left side of a vertical track.
Declaration
public const SliderTickPosition Before
Field Value
SliderTickPosition
|
Both
The tick marks are located on both sides of the track. This is the default value for the Slider.
Declaration
public const SliderTickPosition Both
Field Value
SliderTickPosition
|
None
The tick marks are not visible. The actual elements are not added to the DOM tree.
Declaration
public const SliderTickPosition None
Field Value
SliderTickPosition
|
value__
Declaration
public int value__
Field Value
System.Int32
|