Class GaugeDirection
Specifies the direction of the circular gauge.
Inheritance
System.Object
GaugeDirection
Namespace: Syncfusion.Blazor.CircularGauge
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class GaugeDirection : Enum
Fields
AntiClockWise
Renders the axis in anti-clock wise direction.
Declaration
public const GaugeDirection AntiClockWise
Field Value
Type |
---|
GaugeDirection |
ClockWise
Renders the axis in clock wise direction.
Declaration
public const GaugeDirection ClockWise
Field Value
Type |
---|
GaugeDirection |