Gets or sets the last control point of this link.
Namespace: MindFusion.Diagramming
File: DiagramLink.js
SyntaxJavaScript
Copy Code
|
|---|
get endPoint() {} |
Point
A Point instance containing the control point coordinates.
RemarksThis is a shortcut for accessing last element of controlPoints.
See Also