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