Search
DiagramLink.startPoint Property
See Also
 





Gets or sets the first control point of this link.

Namespace: MindFusion.Diagramming
File: DiagramLink.js

 Syntax

JavaScript  Copy Code

get startPoint() {}
set startPoint(value) {}

 Property Value

Point

A Point instance containing the control point coordinates.

 Remarks

This is a shortcut for accessing first element of controlPoints.

 See Also