Enum
SliderTicksPlacement

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:

cs-api-definition
public enum SliderTicksPlacement

Fields

Center

Tick marks appear in the track area of the slider, overlaying the track or popping out of it.

Declaration

cs-api-definition
Center = 2

Field Value

SliderTicksPlacement

End

Tick marks appear below the track.

Declaration

cs-api-definition
End = 3

Field Value

SliderTicksPlacement

None

No tick marks appear.

Declaration

cs-api-definition
None = 0

Field Value

SliderTicksPlacement

Start

Tick marks appear above the track.

Declaration

cs-api-definition
Start = 1

Field Value

SliderTicksPlacement

In this article
DefinitionFieldsCenterEndNoneStart
Not finding the help you need?
Contact Support