GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSubGraph Class / LayoutCollapsedObject Method
In This Topic
    LayoutCollapsedObject Method
    In This Topic
    This positions the CollapsedObject (if any) within the group.
    Syntax
    public virtual void LayoutCollapsedObject()
    Remarks
    By default the position of the CollapsedObject is set to be in the top-left corner of the rectangle returned by ComputeInsideMargins if IsExpanded is true, or else by ComputeCollapsedRectangle if this subgraph is collapsed.
    See Also