Class RichTextBoxAdv.TextAlign
Specifies how text is horizontally aligned.
Inheritance
System.Object
RichTextBoxAdv.TextAlign
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Utility.Windows.dll
Syntax
public sealed class TextAlign : Enum
Fields
Center
The text is aligned in the center.
Declaration
public const RichTextBoxAdv.TextAlign Center
Field Value
| Type |
|---|
| RichTextBoxAdv.TextAlign |
Justify
The text is justified.
Declaration
public const RichTextBoxAdv.TextAlign Justify
Field Value
| Type |
|---|
| RichTextBoxAdv.TextAlign |
Left
The text is aligned to the left.
Declaration
public const RichTextBoxAdv.TextAlign Left
Field Value
| Type |
|---|
| RichTextBoxAdv.TextAlign |
Right
The text is aligned to the right.
Declaration
public const RichTextBoxAdv.TextAlign Right
Field Value
| Type |
|---|
| RichTextBoxAdv.TextAlign |