GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTreeArrangement Enumeration
In This Topic
    GoLayoutTreeArrangement Enumeration
    In This Topic
    This enumeration specifies how to position the resulting trees in the document.
    Syntax
    public enum GoLayoutTreeArrangement : System.Enum 
    Members
    MemberDescription
    FixedRoots Do not move each root node, but position all of their descendents relative to their root.
    HorizontalPosition each tree in a non-overlapping fashion by increasing X coordinates, starting at the GoLayoutTree.ArrangementOrigin.
    VerticalPosition each tree in a non-overlapping fashion by increasing Y coordinates, starting at the GoLayoutTree.ArrangementOrigin.
    See Also