Applies the layout asynchronously to the specified Diagram instance.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
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.
See Also