FlowDirection
Enum
Defines constants that specify the content flow direction for text and user interface (UI) elements.
Definition
Namespace:Telerik.WinControls.SyntaxEditor.UI
Assembly:Telerik.WinControls.SyntaxEditor.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