Search
DiagramLink.headBrush Property
See Also
 





Gets or sets an object that specifies how to fill link's headShape.

Namespace: MindFusion.Diagramming
File: DiagramLink.js

 Syntax

JavaScript  Copy Code

get headBrush() {}
set headBrush(value) {}

 Property Value

Object

A color string or an object literal specifying gradient.

 Remarks

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

 See Also