Search
ILayout.Arrange Method
See Also
 






Applies the layout to the specified Diagram instance.

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

 Syntax

C#  Copy Code

bool Arrange (
    Diagram diagram
)

Visual Basic  Copy Code

Function Arrange( _
    diagram As Diagram _
) As Boolean

 Parameters

diagram

The Diagram that should be arranged.

 Return Value

Returns whether the arrangement was successful.

 See Also