MindFusion.Wpf Pack Programmer's Guide
Layout.ArrangeAsync Method (Diagram, DiagramItemCollection)
See Also
 





Applies the layout asynchronously to the specified subset of items from the specified Diagram instance.

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

 Syntax

C#  Copy Code

public async Task<Boolean> ArrangeAsync (
    Diagram diagram,
    DiagramItemCollection items
)

Visual Basic  Copy Code

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

 Parameters

diagram

The Diagram that should be arranged.

items

A collection of nodes and links from diagram that define the subgraph to arrange.

 Return Value

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

 See Also

ArrangeAsync Method Overload List
Layout Members
Layout Class
MindFusion.Diagramming.Wpf.Layout Namespace