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