Class LabelAlignment
Specifies the alignment of the label text in the RadialGauge.
Inheritance
System.Object
LabelAlignment
Namespace: Syncfusion.Windows.Forms.Gauge
Assembly: Syncfusion.Gauge.Windows.dll
Syntax
public sealed class LabelAlignment : Enum
Fields
Bottom
Indicates that the text is aligned at the bottom of the RadialGauge.
Declaration
public const LabelAlignment Bottom
Field Value
| Type |
|---|
| LabelAlignment |
Center
Indicates that the text is aligned at the center of the RadialGauge.
Declaration
public const LabelAlignment Center
Field Value
| Type |
|---|
| LabelAlignment |
Default
Indicates that the text is aligned at its default position.
Declaration
public const LabelAlignment Default
Field Value
| Type |
|---|
| LabelAlignment |
Left
Indicates that the text is aligned at the left of the RadialGauge.
Declaration
public const LabelAlignment Left
Field Value
| Type |
|---|
| LabelAlignment |
Right
Indicates that the text is aligned at the right of the RadialGauge.
Declaration
public const LabelAlignment Right
Field Value
| Type |
|---|
| LabelAlignment |
Top
Indicates that the text is aligned at the top of the RadialGauge
Declaration
public const LabelAlignment Top
Field Value
| Type |
|---|
| LabelAlignment |