GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSubGraph Class / CollapsedObject Property
In This Topic
    CollapsedObject Property
    In This Topic
    Gets or sets the object shown when the subgraph is collapsed.
    Syntax
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    public virtual GoObject CollapsedObject {get; set;}

    Property Value

    By default, CreateCollapsedObject returns null, so this property is null.
    Remarks
    You will probably want this object to be not Selectable. Setting this property to a value will set its Visible and Printable properties to have the same values as the old collapsed object, if any. If there was no previous collapsed object, this setter sets those two properties according to whether the subgraph is collapsed or not.
    See Also