Specifies the position of an element within a gauge control.
Definition
Namespace:Telerik.Maui.Controls.Gauges
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum GaugeElementPosition
Fields
The element is positioned at the center of the gauge.
C#
Center = 1
The element is positioned at the end of the gauge.
C#
End = 2
The element is positioned at the start of the gauge.
C#
Start = 0