GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTree Class / LayoutTree Method
In This Topic
    LayoutTree Method
    In This Topic
    Recursively lay out a subtree starting with the given parent node.
    Syntax
    protected virtual void LayoutTree( 
       GoLayoutTreeNode n
    )

    Parameters

    n
    Remarks
    This method should walk the tree recursively.
    See Also