Gets or sets the arrowhead shape displayed at the middle of each segment of the link.
Namespace: MindFusion.Diagramming
File: DiagramLink.js
JavaScript Copy Code |
---|
get intermediateShape() {} |
Shape | String
A Shape instance that represents an arrowhead shape.
The property specifies what shape to display at the middle of each segment of a link. This could help users more easily follow the path of long links.
The ArrowHeads class exposes predefined arrowhead shapes as static methods, each one returning Shape.fromId result for respective shape identifier.
JavaScript Pack Programmer's Guide | © 2024 MindFusion |