Search
TopologicalLayoutExtensions.SplitGraph Method
See Also
 





Sets a value indicating whether unconnected subgraphs should be laid out independently from each other.

Namespace: MindFusion.Diagramming.Layout.Fluent
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static TopologicalLayout SplitGraph (
    TopologicalLayout topologicalLayout,
    bool value
)

Visual Basic  Copy Code

Public Shared Function SplitGraph( _
    topologicalLayout As TopologicalLayout, _
    value As Boolean _
) As TopologicalLayout

 Parameters

topologicalLayout

value

 Return Value

 See Also