ASP.NET Pack Programmer's Guide
Diagram.setAllowUnconnectedLinks Method
See Also
 





Sets a value indicating whether users are allowed to draw links that are not connected to any node.

Namespace: MindFusion.Diagramming
Package: Diagram.js

 Syntax

JavaScript  Copy Code

function setAllowUnconnectedLinks (value)

 Parameters

value
true to allow drawing unconnected links; otherwise, false. The default is false.

 Remarks

If this property is set to true, users will be able to draw links from or to any point of the document. To draw links that do not start from a node, you must also set Behavior to DrawLinks.

Depending on which end of a link is unconnected, its Origin or Destination nodes will be set to a DummyNode instance.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace