[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1TextAlignment

C1TextAlignment Enum

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

Namespace: C1.WPF.RichTextBox.Documents
Assembly: C1.WPF.RichTextBox.4.6.2.dll
Syntax
public enum C1TextAlignment

Fields

Name Description
Center

Text is centered.

Justify

Text is justified.

Left

Text is aligned to the left.

Right

Text is aligned to the right.