Class GaugeOrientation
Specifies the horizontal or vertical orientation.
Inheritance
System.Object
GaugeOrientation
Namespace: Syncfusion.Maui.Gauges
Assembly: Syncfusion.Maui.Gauges.dll
Syntax
public sealed class GaugeOrientation : Enum
Fields
Horizontal
Aligns the gauge elements in horizontal orientation.
Declaration
public const GaugeOrientation Horizontal
Field Value
Type |
---|
GaugeOrientation |
Vertical
Aligns the gauge elements in vertical orientation.
Declaration
public const GaugeOrientation Vertical
Field Value
Type |
---|
GaugeOrientation |