Enum FlowDirection
Specifies the reading order and layout direction for text content, supporting left-to-right and right-to-left scripts.
Namespace: Telerik.Windows.Documents.Flow.Model.Styles
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public enum FlowDirection
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.