Search
SpringLayout.NumIterations Property
See Also
 



Gets or sets how many iterations to run the algorithm, calculating better node positions at each step.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
int get_NumIterations ()
void put_NumIterations (
    int value
)

 Property Value

A long value. The default is 150.

 See Also