MindFusion.Diagramming for JavaScript Programmer's Guide

DiagramItem.setBrush Method

See Also
 





Sets an object that specifies how to paint the interior of the DiagramItem.

Namespace: MindFusion.Diagramming
File: DiagramItem.js

 Syntax

JavaScript  Copy Code

function setBrush (value)

 Parameters

value
A Brush object specifying the fill of the item.

 See Also