Initializes the layout object for a step-by-step execution.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool BeginArrange ( |
Visual Basic Copy Code |
---|
Public Function BeginArrange( _ |
true if the layout object has been initialized successfully; otherwise, false.
You can use this method together with Iterate and EndArrange to display an animation of the layout process. To run all iterations of the process at once and display just the end result, call Arrange.