Applies the layout asynchronously to the specified Diagram instance.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Layout
SyntaxC#
Copy Code
|
|---|
public async Task<Boolean> ArrangeAsync ( |
Visual Basic
Copy Code
|
|---|
Public Async Function ArrangeAsync( _ |
The Diagram that should be arranged.
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