DiagramLite Programmer's Guide
SpringLayout.SplitGraph Property
See Also
 





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

Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public bool SplitGraph { get; set; }

Visual Basic  Copy Code

Public Property SplitGraph As Boolean

 Property Value

true if unconnected graphs in the diagram should be laid out independently; otherwise, false. The default 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. If a Root node is specified and SplitGraph is enabled, only the graph that contains the root node will be arranged.

 See Also

SpringLayout Members
SpringLayout Class
MindFusion.Diagramming.Layout Namespace