FlowDirection
Enum
Defines constants that specify the content flow direction for text and user interface (UI) elements.
Definition
Namespace:Telerik.WinControls.RichTextEditor.UI
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public enum FlowDirection
Fields
Indicates that content should flow from left to right.
C#
LeftToRight = 0
Indicates that content should flow from right to left.
C#
RightToLeft = 1