GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayout Class / PerformLayout Method
In This Topic
    PerformLayout Method (GoLayout)
    In This Topic
    Performs auto-layout. You should set the Document property before calling this method.
    Syntax
    public abstract void PerformLayout()
    Remarks
    This method is overridden by sub-classes to provide a particular kind of auto-layout algorithm. Occasionally during this method there may be Progress events indicating how much of the layout has been done.
    See Also