Search
DiagramLink.headStroke Property
See Also
 





Gets or sets the brush used to stroke the outline of link's arrowheads.

Namespace: MindFusion.Diagramming
Package: DiagramLink.js

 Syntax

JavaScript  Copy Code

get headStroke() {}
set headStroke(value) {}

 Property Value

Object

A color string or an object literal specifying gradient.

 See Also