Gets or sets for how many iterations to run the layout routine.
Namespace: MindFusion.Diagramming.Layout
Assembly: 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.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |