GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTree Class / LayoutComments Method
In This Topic
    LayoutComments Method
    In This Topic
    Position any GoLayoutTreeNode.Comments around the GoObject.
    Syntax
    protected virtual void LayoutComments( 
       GoLayoutTreeNode n
    )

    Parameters

    n
    Remarks
    This method should not walk the tree, since it is called for each GoLayoutTreeNode in an indeterminate order.
    See Also