Class GaugeAlignment
Specifies the horizontal or vertical alignment.
Inheritance
System.Object
GaugeAlignment
Namespace: Syncfusion.Maui.Gauges
Assembly: Syncfusion.Maui.Gauges.dll
Syntax
public sealed class GaugeAlignment : Enum
Fields
Center
Aligns the gauge element to center either the horizontal or vertical.
Declaration
public const GaugeAlignment Center
Field Value
Type |
---|
GaugeAlignment |
End
Aligns the gauge element to far either the horizontal or vertical.
Declaration
public const GaugeAlignment End
Field Value
Type |
---|
GaugeAlignment |
Start
Aligns the gauge element to start either the horizontal or vertical.
Declaration
public const GaugeAlignment Start
Field Value
Type |
---|
GaugeAlignment |