Search
ContainerNode.ArrangeAsync Method
See Also
 





Arranges the container's children with the given layout asynchronously.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Task<Boolean> ArrangeAsync (
    Layout layout
)

Visual Basic  Copy Code

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

 Parameters

layout

The layout algorithm to apply.

 Return Value

true if the container has been arranged successfully; otherwise, false.

 See Also