Specifies whether text is centered, left-aligned, right-aligned or justified.
Namespace:
C1.Phone.RichTextBox.DocumentsAssembly: C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
Syntax
| C# |
|---|
public enum C1TextAlignment |
| Visual Basic |
|---|
Public Enumeration C1TextAlignment |
| XAML Attribute Usage |
|---|
<object property="enumerationMemberName" .../> |
Members
| Member name | Description | |
|---|---|---|
| Center | Text is centered. | |
| Left | Text is aligned to the left. | |
| Right | Text is aligned to the right. | |
| Justify | Text is justified. |