Enum TextAlignment
Specifies an alignment value for the GroupBarItem text.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public enum TextAlignment
Remarks
The TextAlignment enum is used for specifying a value for the GroupBar control's TextAlign property.
Fields
| Name | Description |
|---|---|
| Center | The text is horizontally centered. |
| Left | The text is aligned to the left. |
| Right | The text is aligned to the right. |