Search
Diagram.ArrangeAsync Method
See Also
 





Arranges the diagram asynchronously using the specified graph layout algorithm.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Task<Boolean> ArrangeAsync (
    ILayout layout
)

Visual Basic  Copy Code

Public Function ArrangeAsync( _
    layout As ILayout _
) As Task(Of Boolean)

 Parameters

layout
An instance of Layout -derived class specifying the layout algorithm to apply.

 Return Value

true if the diagram has been arranged successfully, or false otherwise.

 See Also