Search
DiagramLink.dynamic Property
See Also
 





Gets or sets whether link's end segments are automatically adjustedin order to keep pointing to the centers of the nodes it connects.

Namespace: MindFusion.Diagramming
File: DiagramLink.js

 Syntax

JavaScript  Copy Code

get dynamic() {}
set dynamic(value) {}

 Property Value

Boolean

true if the link automatically adjusts its end points, or false otherwise.

 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