Specifies whether text is centered, left-aligned, right-aligned or justified.

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  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 nameDescription
Center Text is centered.
Left Text is aligned to the left.
Right Text is aligned to the right.
Justify Text is justified.

See Also