public enum TreeArrangement : System.Enum
public enum TreeArrangement : System.Enum
| Member | Description |
|---|---|
| FixedRoots | Do not move each root node, but position all of their descendents relative to their root. |
| Horizontal | Position each tree in a non-overlapping fashion by increasing X coordinates, starting at the DiagramLayout.ArrangementOrigin. |
| Vertical | Position each tree in a non-overlapping fashion by increasing Y coordinates, starting at the DiagramLayout.ArrangementOrigin. |
System.Object
System.ValueType
System.Enum
Northwoods.GoXam.Layout.TreeArrangement