ASP.NET Pack Programmer's Guide
DiagramLink.getHeadShape Method
See Also
 





Gets the shape displayed at the end of this link.

Namespace: MindFusion.Diagramming
Package: DiagramLink.js

 Syntax

JavaScript  Copy Code

function getHeadShape ()

 Return Value

A Shape instance that represents an arrowhead shape.

 Remarks

This property specifies the shape that is displayed at the end of a link, that is, the point where it connects to its destination node. This shape is rotated simultaneously with the last segment of the link so that it follows the overall link direction.

The Shapes class exposes several predefined shapes as static properties.

 See Also

DiagramLink Members
DiagramLink Class
MindFusion.Diagramming Namespace
setHeadShape Method
getBaseShape Method