Enum LayoutMode
Enumeration of possible layout modes.
Namespace: GraphShape.Controls
Assembly: GraphShape.Controls.dll
Syntax
public enum LayoutMode : int
Fields
| Name | Description |
|---|---|
| Automatic | Decide about the layout mode automatically. |
| Compound | Compound vertices, compound graph. |
| Simple | There should not be any compound vertices. |