GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSubGraph Class / WasExpanded Property
In This Topic
    WasExpanded Property
    In This Topic
    Gets or sets whether this subgraph had been in an expanded state when the parent subgraph was collapsed.
    Syntax
    public bool WasExpanded {get; set;}
    Remarks
    This is set by CollapseChild and ExpandChild of the parent GoSubGraph.
    See Also