Search
GridLayout.Iterations Property
See Also
 






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

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

 Syntax

C#  Copy Code

public int Iterations { get; set; }

Visual Basic  Copy Code

Public Property Iterations As Integer

 Property Value

 Remarks

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

 See Also