GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSubGraph Class / FinishCollapse Method
the expected bounds of the collapsed subgraph, without the collapsed margin
In This Topic
    FinishCollapse Method
    In This Topic
    This method is called towards the end of the process of a Collapse call.
    Syntax
    protected virtual void FinishCollapse( 
       RectangleF sgrect
    )

    Parameters

    sgrect
    the expected bounds of the collapsed subgraph, without the collapsed margin
    Remarks
    By default this method makes any CollapsedObject visible and makes the whole subgraph not resizable.
    See Also