Runs one or more layout iterations.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public void Iterate ( |
Visual Basic Copy Code |
---|
Public Sub Iterate( _ |
Use this method to create an animation of the layout process, for example, by calling it from a timer. Call BeginArrange to prepare the layout object for use of Iterate, and call EndArrange when done. Each call to Iterate should start from the iteration next to the one where the previous call has stopped.