Class SliderTicksPlacement
Specifies the position of the tick marks in the RadRangeSlider with respect to its SliderBackTrackPresenter.
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
SliderTicksPlacement
|
End
Tick marks appear below the track.
Declaration
public const SliderTicksPlacement End
Field Value
SliderTicksPlacement
|
None
No tick marks appear.
Declaration
public const SliderTicksPlacement None
Field Value
SliderTicksPlacement
|
Start
Tick marks appear above the track.
Declaration
public const SliderTicksPlacement Start
Field Value
SliderTicksPlacement
|
value__
Declaration
public int value__
Field Value
System.Int32
|