Gets or sets the arrowhead shape displayed at the link' start point.
Namespace: MindFusion.Diagramming
File: DiagramLink.js
SyntaxJavaScript
Copy Code
|
|---|
get baseShape() {} |
Shape | String
A Shape instance that represents an arrowhead shape.
RemarksThis property specifies the shape that is displayed at the beginning of a link, that is, the point where it connects to its origin node. This shape is rotated simultaneously with the first segment of the link so that it follows the overall link direction.
The ArrowHeads class exposes predefined arrowhead shapes as static methods, each one returning Shape.fromId result for respective shape identifier.
See Also