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





Gets or sets a value indicating whether to split the graph to its interconnected subgraphs and arrange the subgraphs independently or arrange the graph as a whole.

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 split the graph; otherwise, false.

 See Also

GridLayout Members
GridLayout Class
MindFusion.Diagramming.Wpf.Layout Namespace