MindFusion.Diagramming for JavaScript Programmer's Guide

Cell.setBrush Method

See Also
 





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

Namespace: MindFusion.Diagramming
File: Cell.js

 Syntax

JavaScript  Copy Code

function setBrush (value)

 Parameters

value

A Brush object specifying the fill of the cell.

 See Also