MindFusion.Diagramming for JavaScript Programmer's Guide

Diagram.setBehavior Method

See Also
 





Sets a value indicating how the control responds to user actions.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

function setBehavior (value)

 Parameters

value

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

 See Also