Specifies the position of the labels in the RadRangeSlider with respect to its SliderBackTrackPresenter.
Definition
Namespace:Telerik.Maui.Controls.RangeSlider
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum SliderLabelsPlacement
Fields
Labels appear below the track.
C#
End = 2
No labels appear.
C#
None = 0
Labels appear above the track.
C#
Start = 1