Search
MoveNodesBehavior Constructor
See Also
 





Initializes a new instance of the MoveNodesBehavior class.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

protected MoveNodesBehavior (
    DiagramView diagramView
)

Visual Basic  Copy Code

Protected New ( _
    diagramView As DiagramView _
)

 Parameters

diagramView

The DiagramView this behavior will be associated with.

 See Also