Search
Layout.Arrange Method (Diagram, DiagramItemCollection)
See Also
 





Applies the layout on the specified subset of items from the specified Diagram instance.

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

 Syntax

C#  Copy Code

public virtual bool Arrange (
    Diagram diagram,
    DiagramItemCollection items
)

Visual Basic  Copy Code

Public Overridable Function Arrange( _
    diagram As Diagram, _
    items As DiagramItemCollection _
) As 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 is arranged successfully, or false otherwise.

 See Also