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