Enum
RichTextHorizontalAlignment

Specifies the horizontal alignment of a block of text.

Definition

Namespace:Telerik.Maui.Controls.RichTextEditor

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public enum RichTextHorizontalAlignment

Fields

Center

The text is centered in the available space.

Declaration

cs-api-definition
Center = 1

Field Value

RichTextHorizontalAlignment

Justify

The text is justified in the available space.

Declaration

cs-api-definition
Justify = 3

Field Value

RichTextHorizontalAlignment

Left

The text is aligned to the left of the available space.

Declaration

cs-api-definition
Left = 0

Field Value

RichTextHorizontalAlignment

Right

The text is aligned to the right of the available space.

Declaration

cs-api-definition
Right = 2

Field Value

RichTextHorizontalAlignment

In this article
DefinitionFieldsCenterJustifyLeftRight
Not finding the help you need?
Contact Support