Class TextAlignment
Specifies an alignment value for the GroupBarItem text.
Inheritance
System.Object
TextAlignment
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public sealed class TextAlignment : Enum
Remarks
The TextAlignment enum is used for specifying a value for the GroupBar control's TextAlign property.
Fields
Center
The text is horizontally centered.
Declaration
public const TextAlignment Center
Field Value
| Type |
|---|
| TextAlignment |
Left
The text is aligned to the left.
Declaration
public const TextAlignment Left
Field Value
| Type |
|---|
| TextAlignment |
Right
The text is aligned to the right.
Declaration
public const TextAlignment Right
Field Value
| Type |
|---|
| TextAlignment |