Search
Layout.ArrangeAsync Method (Diagram)
See Also
 





Applies the layout asynchronously to the specified Diagram instance.

Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public async Task<Boolean> ArrangeAsync (
    Diagram diagram
)

Visual Basic  Copy Code

Public Async Function ArrangeAsync( _
    diagram As Diagram _
) As Task(Of Boolean)

 Parameters

diagram

The Diagram that should be arranged.

 Return Value

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

 See Also