Search
ScriptHelper.ApplyLayout Method
See Also
 





Applies the specified layout to the underlying diagram.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void ApplyLayout (
    Object layout
)

Visual Basic  Copy Code

Public Sub ApplyLayout( _
    layout As Object _
)

 Parameters

layout

An instance of one of the layout classes that represents the layout to perform on the underlying diagram.

 See Also