Search
DiagramLink.intermediateBrush Property
See Also
 





Gets or sets an object that specifies how to fill intermediateShape arrowheads.

Namespace: MindFusion.Diagramming
File: DiagramLink.js

 Syntax

JavaScript  Copy Code

get intermediateBrush() {}
set intermediateBrush(value) {}

 Property Value

Object

A color string or an object literal specifying gradient.

 Remarks

If this property is not set, intermediate arrowheads are filled using the link's brush.

 See Also