MindFusion.Diagramming for JavaScript Programmer's Guide

Diagram.setLinkBrush Method

See Also
 





Sets the default fill of links.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

function setLinkBrush (value)

 Parameters

value

An object identifying the fill of links.

 Remarks

The property provides a default value for the brush, with which an arrowhead's interior is filled.

 See Also