Class TextAlignment
Specifies the text alignment of the bar.
Inheritance
System.Object
TextAlignment
Namespace: Syncfusion.Windows.Forms.Tools.XPMenus
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class TextAlignment : Enum
Fields
Center
Specifies that the contents of a text are aligned with the center.
Declaration
public const TextAlignment Center
Field Value
| Type |
|---|
| TextAlignment |
Far
Specifies that the contents of a text are aligned with the far.
Declaration
public const TextAlignment Far
Field Value
| Type |
|---|
| TextAlignment |
Near
Specifies that the contents of a text are aligned with the near.
Declaration
public const TextAlignment Near
Field Value
| Type |
|---|
| TextAlignment |