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