Enum TreeLayerStyle
- Namespace
- Northwoods.Go.Layouts
- Assembly
- Northwoods.GoDiagram.WinForms.TreeLayout.dll
This enumeration specifies the manner in which nodes are placed into layers. Used for LayerStyle.
public enum TreeLayerStyle
Fields
Individual = 0
The normal layer style, where each node takes up only the depth that it needs.
Siblings = 1
A layer style where all of the children of a parent node take up the same amount of depth -- this typically causes all cousins to be aligned.
Uniform = 2
A layer style where all nodes with the same Level throughout the tree take up the same amount of depth -- if the Angle is the same for all nodes, this will result in all nodes in the same layer to be aligned.