Specifies in what direction to place nodes processed by a layout algorithm.
Namespace: MindFusion.Graphs
File: Enum.js
JavaScript Copy Code |
---|
// enum |
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. |
Members of this enumeration can be assigned to the direction property of layout classes.