EnumFlowDirection
Enum
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.
RightToLeft
Flows text from right to left, used for Arabic, Hebrew, and other right-to-left scripts.