Gets or sets a layout that should be applied to general subgraphs.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Silverlight
C#
![]() |
---|
public Layout SubgraphLayout { get; set; } |
Visual Basic
![]() |
---|
Public Property SubgraphLayout As Layout |
An instance of Layout-derived class. The default is CircularLayout.
If the subgraph is a tree, CompositeLayout uses SubtreeLayout to arrange it.