Class GaugeElementPosition
Defines the constants that specify the particular element position in the gauge.
Inheritance
System.Object
GaugeElementPosition
Namespace: Syncfusion.Maui.Gauges
Assembly: Syncfusion.Maui.Gauges.dll
Syntax
public sealed class GaugeElementPosition : Enum
Fields
Cross
The element is positioned cross of the scale.
Declaration
public const GaugeElementPosition Cross
Field Value
Type |
---|
GaugeElementPosition |
Inside
The element is positioned inside the scale.
Declaration
public const GaugeElementPosition Inside
Field Value
Type |
---|
GaugeElementPosition |
Outside
The element is positioned outside the scale.
Declaration
public const GaugeElementPosition Outside
Field Value
Type |
---|
GaugeElementPosition |