Search
BaseTouchBehavior Constructor
See Also
 






Initializes a new instance of the BaseTouchBehavior class.

Namespace: MindFusion.Diagramming.Interaction
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected BaseTouchBehavior (
    DiagramView diagramView
)

Visual Basic  Copy Code

Protected New ( _
    diagramView As DiagramView _
)

 Parameters

diagramView

The diagram view this behavior will be associated with.

 See Also