Class SliderTicksPlacement
Specifies the position of the tick marks in the Rad
Inheritance
System.Object
SliderTicksPlacement
Namespace: Telerik.Maui.Controls.RangeSlider
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class SliderTicksPlacement : Enum
Fields
Center
Tick marks appear in the track area of the slider, overlaying the track or popping out of it.
Declaration
public const SliderTicksPlacement Center
Field Value
End
Tick marks appear below the track.
Declaration
public const SliderTicksPlacement End
Field Value
None
No tick marks appear.
Declaration
public const SliderTicksPlacement None
Field Value
Start
Tick marks appear above the track.
Declaration
public const SliderTicksPlacement Start
Field Value
value__
Declaration
public int value__
Field Value
System.
|