MindFusion.Diagramming for JavaScript Programmer's Guide

DiagramLink.setHeadShape Method

See Also
 





Sets the Shape to display at the beginning of a link.

Namespace: MindFusion.Diagramming
File: DiagramLink.js

 Syntax

JavaScript  Copy Code

function setHeadShape (value)

 Parameters

value
A Shape instance that represents an arrowhead shape or a String that identifies it.

 Remarks

If this property is not set, the arrowhead is filled using the link's Brush.

The Shapes class exposes several predefined shapes as static methods. A valid string identifier is the name of any of the static methods members of the Shapes class.

 See Also