Search
SpringLayout.IterationCount Property
See Also
 





Gets or sets for how many iterations to run the layout routine.

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public int IterationCount { get; set; }

Visual Basic  Copy Code

Public Property IterationCount As Integer

 Property Value

An integer value specifying the number of iterations. The default is 200.

 See Also