Class RichTextHorizontalAlignment
Specifies the horizontal alignment of a block of text.
Inheritance
System.Object
RichTextHorizontalAlignment
Namespace: Telerik.Maui.Controls.RichTextEditor
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class RichTextHorizontalAlignment : Enum
Fields
Center
The text is centered in the available space.
Declaration
public const RichTextHorizontalAlignment Center
Field Value
Justify
The text is justified in the available space.
Declaration
public const RichTextHorizontalAlignment Justify
Field Value
Left
The text is aligned to the left of the available space.
Declaration
public const RichTextHorizontalAlignment Left
Field Value
Right
The text is aligned to the right of the available space.
Declaration
public const RichTextHorizontalAlignment Right
Field Value
value__
Declaration
public int value__
Field Value
System.
|