Search
ILayout.Arrange Method
See Also
 





Applies the layout to the specified Diagram instance.

Namespace: MindFusion.Diagramming.Layout
Package: 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 will be arranged.

 Return Value

Returns whether the arrangement was successful.

 See Also