New to Telerik UI for .NET MAUI? Start a free 30-day trial
.NET MAUI CircularSlider Labels
Updated on Aug 11, 2026
The CircularSlider for .NET MAUI can show labels along the backtrack. This helps users to better understand the underlying range of values.
Labels Step and Placement
To display labels, define the LabelStep and LabelsPlacement properties of the CircularSlider.
LabelStep(double)—Defines the values on the backtrack that are indicated by labels. Each label is placed at the specified value interval. For example, ifLabelStep="5", your labels show the 0, 5, 10, 15, and 20 values on a 0-20 backtrack.LabelsPlacement(Telerik.Maui.Controls.RangeSlider.SliderLabelsPlacement)—Defines where the labels are displayed relative to the position of the backtrack. The available options are:None—No labels are displayed.Start—The labels appear on the inner side of the arc.End