Search
CircularLayoutExtensions.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 CircularLayout SplitGraph (
    CircularLayout circularLayout,
    bool value
)

Visual Basic  Copy Code

Public Shared Function SplitGraph( _
    circularLayout As CircularLayout, _
    value As Boolean _
) As CircularLayout

 Parameters

circularLayout

value

 Return Value

 See Also