Enum HorizontalAlignment
Provides options for different text horizontal alignments.
Namespace: Telerik.Windows.Documents.Fixed.Model.Editing.Flow
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public enum HorizontalAlignment
Center
The center text horizontal alignment. Text is centered.
Justified
The justified text horizontal alignment. Text is justified, with spacing adjusted to align both the left and right edges.
Left
The left text horizontal alignment. Text is aligned to the left.
Right
The right text horizontal alignment. Text is aligned to the right.