ASP.NET Pack Programmer's Guide
DiagramLink.setDynamic Method
See Also
 





Sets a value indicating whether a link automatically adjusts its end points' positions in order to keep pointing to the centers of nodes that it connects.

Namespace: MindFusion.Diagramming
Package: DiagramLink.js

 Syntax

JavaScript  Copy Code

function setDynamic (value)

 Parameters

value

true to make the link automatically adjust its end points; otherwise, false.

 Remarks

If this property is enabled, moving link's adjacent nodes or next-to-last link control points will also update the position of link end points along the node border.

 See Also

DiagramLink Members
DiagramLink Class
MindFusion.Diagramming Namespace
AutoRoute Property