Enum LayoutDirection
Enumeration of possible layout directions.
Namespace: GraphShape.Algorithms.Layout
Assembly: GraphShape.dll
Syntax
public enum LayoutDirection
Fields
| Name | Description |
|---|---|
| BottomToTop | Bottom to top direction. |
| LeftToRight | Left to right direction. |
| RightToLeft | Right to left direction. |
| TopToBottom | Top to bottom direction. |