Gets or sets a value indicating whether the layout algorithm should try to decrease the number of edge crossing.
SyntaxVB6
Copy Code
|
|---|
Public Property Get MinimizeCrossings() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value. The default is false.
RemarksRun more iteration steps to get even better results. However, the algorithm will need more time to complete if you do so.
See Also