Class GaugeAnchor
Defines the constants that specify the anchor position of the gauge pointer.
Inheritance
System.Object
GaugeAnchor
Namespace: Syncfusion.UI.Xaml.Gauges
Assembly: Syncfusion.Gauge.WinUI.dll
Syntax
public sealed class GaugeAnchor : Enum
Fields
Center
The pointer aligned to the center position of the layout slot.
Declaration
public const GaugeAnchor Center
Field Value
Type |
---|
GaugeAnchor |
End
The pointer aligned to the end position of the layout slot.
Declaration
public const GaugeAnchor End
Field Value
Type |
---|
GaugeAnchor |
Start
The pointer aligned to the start position of the layout slot.
Declaration
public const GaugeAnchor Start
Field Value
Type |
---|
GaugeAnchor |