Search
DiagramLink.endPoint Property
See Also
 






Gets or sets the last control point of this link.

Namespace: MindFusion.Diagramming
File: DiagramLink.js

 Syntax

JavaScript  Copy Code

get endPoint() {}
set endPoint(value) {}

 Property Value

Point

A Point instance containing the control point coordinates.

 Remarks

This is a shortcut for accessing last element of controlPoints.

 See Also