MindFusion.Wpf Pack Programmer's Guide
GridLayout.Iterations Property
See Also
 





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

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

 Syntax

C#  Copy Code

public int Iterations { get; set; }

Visual Basic  Copy Code

Public Property Iterations As Integer

 Property Value

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

 Remarks

More iterations would yield better layouts but require more time to complete.

 See Also

GridLayout Members
GridLayout Class
MindFusion.Diagramming.Wpf.Layout Namespace
Progress Property