GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTree Class / PerformLayout Method
In This Topic
    PerformLayout Method (GoLayoutTree)
    In This Topic
    Do a tree layout.
    Syntax
    public override void PerformLayout()
    Remarks

    You must set the Document property first.

    If you are re-using this GoLayoutTree with the same document, you should Network to null or a new GoLayoutTreeNetwork.

    If you are re-using the same GoLayoutTreeNetwork too, you should set the Roots properties, either by clearing it and letting FindRoots do its job, or by specifying all the GoLayoutTreeNodes that are the roots of your trees.

    See Also