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





Sets the destination node of this link.

Namespace: MindFusion.Diagramming
Package: DiagramLink.js

 Syntax

JavaScript  Copy Code

function setDestination (destination)

 Parameters

destination
The DiagramNode to set as destination for this link.

 Remarks

The link's destination can be changed programmatically with this property.

 See Also

DiagramLink Members
DiagramLink Class
MindFusion.Diagramming Namespace
getDestination Method
setOrigin Method