Search
DiagramView.behavior Property
See Also
 





Gets or sets a value indicating how the control responds to user actions.

Namespace: MindFusion.Diagramming
Package: DiagramView.js

 Syntax

JavaScript  Copy Code

get behavior() {}
set behavior(value) {}

 Property Value

Behavior

A member of the Behavior enumeration. The default value is LinkShapes.

 See Also