Class Orientation
It describes the enumeration for orientation in two directions. It customizes the orientation of the linear gauge.
Inheritance
System.Object
Orientation
Namespace: Syncfusion.SfGauge.XForms
Assembly: Syncfusion.SfGauge.XForms.dll
Syntax
public sealed class Orientation : Enum
Fields
OrientationHorizontal
It describes the enumeration for orientation in horizontal direction. Displays the control horizontally when this orientation is set.
Declaration
public const Orientation OrientationHorizontal
Field Value
Type |
---|
Orientation |
OrientationVertical
It describes the enumeration for orientation in vertical direction. Displays the control vertically when this orientation is set.
Declaration
public const Orientation OrientationVertical
Field Value
Type |
---|
Orientation |