public enum GoSubGraphState : System.Enum
public enum GoSubGraphState : System.Enum
Member | Description |
---|---|
Collapsed | The state where the subgraph children are not visible and have been repositioned on top of each other near the subgraph handle. |
Collapsing | A temporary state during a call to GoSubGraph.Collapse. |
Expanded | The normal state where the subgraph children are visible. |
Expanding | A temporary state during a call to GoSubGraph.Expand. |