Search
CircularLayout.SplitGraph Property
See Also
 



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.

 Syntax

VB6  Copy Code

Public Property Get SplitGraph() As Boolean
Public Property Let SplitGraph( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_SplitGraph ()
void put_SplitGraph (
    bool value
)

 Property Value

A boolean value. The default is true.

 See Also