Gets or sets for how many iterations to run the layout routine.
Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming
C# Copy Code |
---|
public int IterationCount { get; set; } |
Visual Basic Copy Code |
---|
Public Property IterationCount As Integer |
An integer value specifying the number of iterations. The default is 200.
NetDiagram Programmer's Guide | © 2023 MindFusion |