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.Layout
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public bool SplitGraph { get; set; } |
Visual Basic Copy Code |
---|
Public Property SplitGraph As Boolean |
true if unconnected graphs in the diagram are laid out independently; otherwise, false. The default is true.