Gets or sets a layout that should be applied to general subgraphs.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Layout SubgraphLayout { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property SubgraphLayout As Layout |
An instance of Layout-derived class. The default is CircularLayout.
RemarksIf the subgraph is a tree, CompositeLayout uses SubtreeLayout to arrange it.
See Also