Initializes the layout object for a step-by-step execution.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool BeginArrange ( |
Visual Basic
Copy Code
|
|---|
Public Function BeginArrange( _ |
The Diagram that will be arranged.
A collection of nodes and links from diagram that define the subgraph to arrange.
true if the layout object has been initialized successfully; otherwise, false.
See Also