MindFusion.Wpf Pack Programmer's Guide
SpringLayout.BeginArrange Method
See Also
 





Initializes the layout object for a step-by-step execution.

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

 Syntax

C#  Copy Code

public bool BeginArrange (
    Diagram diagram,
    DiagramItemCollection items
)

Visual Basic  Copy Code

Public Function BeginArrange( _
    diagram As Diagram, _
    items As DiagramItemCollection _
) As Boolean

 Parameters

diagram

The Diagram that is arranged.

items

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

 Return Value

 Remarks

You can use this method together with Iterate and EndArrange to display an animation of the layout process. To run all iterations of the process at once and display just the end result, call Arrange.

 See Also

SpringLayout Members
SpringLayout Class
MindFusion.Diagramming.Wpf.Layout Namespace