Specifies the horizontal alignment of a block of text.
Definition
Namespace:Telerik.Maui.Controls.RichTextEditor
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum RichTextHorizontalAlignment
Fields
The text is centered in the available space.
C#
Center = 1
The text is justified in the available space.
C#
Justify = 3
The text is aligned to the left of the available space.
C#
Left = 0
The text is aligned to the right of the available space.
C#
Right = 2