Gets or sets the number of sifts to perform during the layout.
SyntaxVB6
Copy Code
|
|---|
Public Property Get SiftingRounds() As Long |
C++
Copy Code
|
|---|
public: |
A long value. The default is 1.
RemarksAfter calculating the initial placement of nodes using a fast but inaccurate layout function, the algorithm can run a few sifting rounds to reduce the link crossings, as set in this property.
See Also