New to Telerik UI for .NET MAUIStart a free 30-day trial

Defines which label is shown at the overlap point when the circular slider is configured as a full circle. When the slider is a full circle, the first and last value labels overlap at the same position. This enumeration controls which of the two is displayed.

Definition

Namespace:Telerik.Maui.Controls.CircularSlider

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public enum CircularSliderFullCircleLabelDisplayMode

Fields

The first (minimum) value label is shown at the overlap point.

C#
ShowFirst = 0

The last (maximum) value label is shown at the overlap point.

C#
ShowLast = 1
In this article
DefinitionFieldsShowFirstShowLast
Not finding the help you need?
Contact Support