FlowDirection
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:
C#
public enum FlowDirection
Fields
Flows text from left to right, typical for Latin, Cyrillic, and most Asian scripts.
C#
LeftToRight = 0
Flows text from right to left, used for Arabic, Hebrew, and other right-to-left scripts.
C#
RightToLeft = 1