Class ViewAlignment
Enumerates the values for alignment of annotation in the gauge.
Inheritance
System.Object
ViewAlignment
Namespace: Syncfusion.UI.Xaml.Gauges
Assembly: Syncfusion.SfGauge.WPF.dll
Syntax
public sealed class ViewAlignment : Enum
Fields
Center
Represents the Center position of Annotation. You can customize the annotation view center position.
Declaration
public const ViewAlignment Center
Field Value
Type |
---|
ViewAlignment |
End
Represents the End position of Annotation. You can customize the annotation view end position.
Declaration
public const ViewAlignment End
Field Value
Type |
---|
ViewAlignment |
Start
Represents the Start position of Annotation. You can customize the annotation view start position.
Declaration
public const ViewAlignment Start
Field Value
Type |
---|
ViewAlignment |