Enum TreeLayerStyle
This enumeration specifies the manner in which nodes are placed into layers. Used for LayerStyle.
Namespace: Northwoods.Go.Layouts
Assembly: Northwoods.GoDiagram.Avalonia.TreeLayout.dll
Syntax
public enum TreeLayerStyle
Fields
Name | Description |
---|---|
Individual | The normal layer style, where each node takes up only the depth that it needs. |
Siblings | 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 | 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. |