Applies the layout asynchronously to the specified subset of items from the specified Diagram instance.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
C# 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.