Applies the layout asynchronously to the specified DataBoundDiagram instance.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public virtual Task<Boolean> ArrangeAsync ( |
Visual Basic
Copy Code
|
|---|
Public Overridable Function ArrangeAsync( _ |
The DataBoundDiagram that should be arranged.
true if the diagram has been arranged successfully, or false otherwise.
See Also