Initializes a new instance of the LinkNodesTouchBehavior class.
Namespace: MindFusion.Diagramming.Interaction
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public LinkNodesTouchBehavior<TNodeType> ( |
Visual Basic
Copy Code
|
|---|
Public New (Of TNodeType) ( _ |
The diagram view this behavior will be associated with.
See Also