Specifies in what direction to place nodes processed by a layout algorithm.
Namespace: MindFusion.Graphs
File: Enum.js
SyntaxJavaScript
Copy Code
|
|---|
// enum |
Members| Member name | Description | |
|---|---|---|
![]() |
BottomToTop |
Indicates a bottom-to-top layout direction. |
![]() |
LeftToRight |
Indicates a left-to-right layout direction. |
![]() |
RightToLeft |
Indicates a right-to-left layout direction. |
![]() |
TopToBottom |
Indicates a top-to-bottom layout direction. |
RemarksMembers of this enumeration can be assigned to the direction property of layout classes.
See Also