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