Gets or sets the text alignment of the blocks in the range.
Namespace:
C1.Phone.RichTextBox.DocumentsAssembly: C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
Syntax
| C# |
|---|
public Nullable<C1TextAlignment> TextAlignment { get; set; } |
| Visual Basic |
|---|
Public Property TextAlignment As Nullable(Of C1TextAlignment) Get Set |