Enum HeaderAlignment
Enumerates the alignments of the header in circular gauge. You can change the alignment of a header using this enum.
Namespace: Syncfusion.UI.Xaml.Gauges
Assembly: Syncfusion.SfGauge.WPF.dll
Syntax
public enum HeaderAlignment
Fields
| Name |
|---|
| Bottom |
| BottomLeft |
| BottomRight |
| Center |
| Custom |
| Left |
| Right |
| Top |
| TopLeft |
| TopRight |