MindFusion.Wpf Pack Programmer's Guide
TopologicalLayout.SplitGraph Property
See Also
 





Gets or sets a value indicating whether unconnected subgraphs should be laid out independently from each other.

Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool SplitGraph { get; set; }

Visual Basic  Copy Code

Public Property SplitGraph As Boolean

 Property Value

true to arrange each subgraph on its own; otherwise, false. The default value is true.

 Remarks

If this property is set to true, each independent graph in the diagram is laid out in its own layout area. Otherwise all subgraphs are arranged in the same layout area.

 See Also

TopologicalLayout Members
TopologicalLayout Class
MindFusion.Diagramming.Wpf.Layout Namespace
MultipleGraphsPlacement Property