MindFusion.Diagramming for JavaScript Programmer's Guide

DiagramItem.getBrush Method

See Also
 





Gets the object that specifies how to paint the interior of the DiagramItem.

Namespace: MindFusion.Diagramming
File: DiagramItem.js

 Syntax

JavaScript  Copy Code

function getBrush ()

 Return Value

An object specifying the fill of the item.

 See Also