Enum
FlowDirection

Specifies the reading order and layout direction for text content, supporting left-to-right and right-to-left scripts.

Definition

Namespace:Telerik.Windows.Documents.Flow.Model.Styles

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

cs-api-definition
public enum FlowDirection

Fields

LeftToRight

Flows text from left to right, typical for Latin, Cyrillic, and most Asian scripts.

Declaration

cs-api-definition
LeftToRight = 0

Field Value

FlowDirection

RightToLeft

Flows text from right to left, used for Arabic, Hebrew, and other right-to-left scripts.

Declaration

cs-api-definition
RightToLeft = 1

Field Value

FlowDirection

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