GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSubGraphState Enumeration
In This Topic
    GoSubGraphState Enumeration
    In This Topic
    This enumeration represents the different states of a GoSubGraph.
    Syntax
    public enum GoSubGraphState : System.Enum 
    Members
    MemberDescription
    Collapsed The state where the subgraph children are not visible and have been repositioned on top of each other near the subgraph handle.
    CollapsingA temporary state during a call to GoSubGraph.Collapse.
    Expanded The normal state where the subgraph children are visible.
    ExpandingA temporary state during a call to GoSubGraph.Expand.
    Remarks
    The state of a subgraph is available through its GoSubGraph.State property, or via the GoSubGraph.IsExpanded property.
    See Also