Search
DiagramLink.autoRoute Property
See Also
 





Gets or sets whether this link should be automatically routed to avoid crossing nodes.

Namespace: MindFusion.Diagramming
Package: DiagramLink.js

 Syntax

JavaScript  Copy Code

get autoRoute() {}
set autoRoute(value) {}

 Property Value

Boolean

true to automatically route this link, or false otherwise.

 See Also