Search
Diagram.Arrange Method
See Also
 





Arranges the diagram using the specified graph layout algorithm.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool Arrange (
    Layout layout
)

Visual Basic  Copy Code

Public Function Arrange( _
    layout As Layout _
) As Boolean

 Parameters

layout

The layout algorithm to apply.

 Return Value

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

 See Also