MindFusion.Wpf Pack Programmer's Guide
GridLayoutExtensions.SplitGraph Method
See Also
 





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.Fluent
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public static GridLayout SplitGraph (
    GridLayout gridLayout,
    bool value
)

Visual Basic  Copy Code

Public Shared Function SplitGraph( _
    gridLayout As GridLayout, _
    value As Boolean _
) As GridLayout

 Parameters

gridLayout

value

 Return Value

 See Also

GridLayoutExtensions Members
GridLayoutExtensions Class
MindFusion.Diagramming.Wpf.Layout.Fluent Namespace