Specifies the position of the labels in a slider control with respect to its backtrack. Used by RadSlider, RadCircularSlider, and RadRangeSlider.
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