Arranges the container's children with the given layout asynchronously.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public async Task<Boolean> ArrangeAsync ( |
Visual Basic
Copy Code
|
|---|
Public Async Function ArrangeAsync( _ |
The layout algorithm to apply.
true if the container has been arranged successfully, or false otherwise.
See Also