Text alignment options along the horizontal axis for paragraphs and inline content.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Editing.Flow
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
public enum HorizontalAlignment
Fields
Centers text between the margins.
C#
Center = 2
Justifies text so both left and right edges align, adjusting inter-word spacing.
C#
Justified = 3
Aligns text to the left margin.
C#
Left = 0
Aligns text to the right margin.
C#
Right = 1