Enum
HorizontalAlignment

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:

cs-api-definition
public enum HorizontalAlignment

Fields

Center

Centers text between the margins.

Declaration

cs-api-definition
Center = 2

Field Value

HorizontalAlignment

Justified

Justifies text so both left and right edges align, adjusting inter-word spacing.

Declaration

cs-api-definition
Justified = 3

Field Value

HorizontalAlignment

Left

Aligns text to the left margin.

Declaration

cs-api-definition
Left = 0

Field Value

HorizontalAlignment

Right

Aligns text to the right margin.

Declaration

cs-api-definition
Right = 1

Field Value

HorizontalAlignment

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