Search
SpringLayout.MinimizeCrossings Property
See Also
 



Gets or sets a value indicating whether the layout algorithm should try to decrease the number of edge crossing.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
bool get_MinimizeCrossings ()
void put_MinimizeCrossings (
    bool value
)

 Property Value

A boolean value. The default is false.

 Remarks

Run more iteration steps to get even better results. However, the algorithm will need more time to complete if you do so.

 See Also