Search
SpringLayout.IterationCount Property
See Also
 





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

Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public int IterationCount { get; set; }

Visual Basic  Copy Code

Public Property IterationCount As Integer

 Property Value

An integer number specifying the number of iterations. The default is 100.

 See Also