GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTreeCompaction Enumeration
In This Topic
    GoLayoutTreeCompaction Enumeration
    In This Topic
    This enumeration specifies how closely packed the children of a node should be.
    Syntax
    public enum GoLayoutTreeCompaction : System.Enum 
    Members
    MemberDescription
    Block A simple fitting of subtrees.
    None Only simple placement of children next to each other, as determined by their subtree breadth.
    See Also