Search
DiagramLink.baseBrush Property
See Also
 





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

Namespace: MindFusion.Diagramming
File: DiagramLink.js

 Syntax

JavaScript  Copy Code

get baseBrush() {}
set baseBrush(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