Search
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.Layout.Fluent
Package: MindFusion.Diagramming

 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