Enum CompoundVertexInnerLayoutType
Enumeration of possible vertex inner layout type.
Namespace: GraphShape.Algorithms.Layout
Assembly: GraphShape.dll
Syntax
public enum CompoundVertexInnerLayoutType
Fields
| Name | Description |
|---|---|
| Automatic | Automatic layout. |
| ContextFree | Context free layout. |
| Contextual | Contextual layout. |
| Fixed | Fixed layout. |