Initializes the layout object for a step-by-step execution.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public bool BeginArrange ( |
Visual Basic
Copy Code
|
|---|
Public Function BeginArrange( _ |
The Diagram that is arranged.
A collection of nodes and links from diagram that define the subgraph to arrange.
RemarksYou 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.
See Also