Specifies in what direction to place nodes processed by a layout algorithm.
Namespace: MindFusion.Graphs
Package: Enum.js
JavaScript Copy Code |
---|
// enum |
Member name | Description | |
---|---|---|
BottomToTop |
Value: 2. Indicates a bottom-to-top layout direction. |
|
LeftToRight |
Value: 1. Indicates a left-to-right layout direction. |
|
RightToLeft |
Value: 3. Indicates a right-to-left layout direction. |
|
TopToBottom |
Value: 0. Indicates a top-to-bottom layout direction. |