Search
Diagram.linkBrush Property
See Also
 





Gets or sets the default fill of link arrowheads.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

get linkBrush() {}
set linkBrush(value) {}

 Property Value

Object

A color string or an object literal specifying gradient.

 Remarks

The property provides a default value for links' brush, used to fill the interior of arrowheads.

 See Also