Specifies the position of the tick marks in the RadRangeSlider with respect to its SliderBackTrackPresenter.
Definition
Namespace:Telerik.Maui.Controls.RangeSlider
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum SliderTicksPlacement
Fields
Tick marks appear in the track area of the slider, overlaying the track or popping out of it.
C#
Center = 2
Tick marks appear below the track.
C#
End = 3
No tick marks appear.
C#
None = 0
Tick marks appear above the track.
C#
Start = 1