Applies the layout asynchronously to the specified subset of items from the specified Diagram instance.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public async Task<Boolean> ArrangeAsync ( |
Visual Basic
Copy Code
|
|---|
Public Async Function ArrangeAsync( _ |
The Diagram that should be arranged.
A collection of nodes and links from diagram that define the subgraph to arrange.
true if the diagram has been arranged successfully, or false otherwise.
RemarksThis method is available only in the .NET 4.5 build of the MindFusion.Diagramming.dll assembly.
See Also