Enum TreeCompaction
This enumeration specifies how closely packed the children of a node should be. Used for Compaction.
Namespace: Northwoods.Go.Layouts
Assembly: Northwoods.GoDiagram.Avalonia.TreeLayout.dll
Syntax
public enum TreeCompaction
Fields
Name | Description |
---|---|
Block | A simple fitting of subtrees. |
None | Only simple placement of children next to each other, as determined by their subtree breadth. |