Search
DrawControlsBehavior Constructor
See Also
 






Initializes a new instance of the DrawControlsBehavior class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DrawControlsBehavior (
    Diagram diagram
)

Visual Basic  Copy Code

Public New ( _
    diagram As Diagram _
)

 Parameters

diagram

The Diagram this behavior will be associated with.

 See Also