Search
CircularLayout.SiftingRounds Property
See Also
 



Gets or sets the number of sifts to perform during the layout.

 Syntax

VB6  Copy Code

Public Property Get SiftingRounds() As Long
Public Property Let SiftingRounds( _
    ByVal value As Long _
)

C++  Copy Code

public:
int get_SiftingRounds ()
void put_SiftingRounds (
    int value
)

 Property Value

A long value. The default is 1.

 Remarks

After 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