Search
SpringLayout.EnableClusters Property
See Also
 



Gets or sets a value indicating whether the SpringLayout algorithm should detect node clusters and place them at distinct positions.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
bool get_EnableClusters ()
void put_EnableClusters (
    bool value
)

 Property Value

A boolean value. The default is false.

 Remarks

Each cluster consists of a center node surrounded by several local nodes. Clusters might be linked with other clusters via their center nodes. Best-looking results are achieved when there aren't links between the local nodes in a cluster.

 See Also