Search
Shape.brush Property
See Also
 





Gets or sets the brush used to paint the interior of this shape.

Namespace: MindFusion.Diagramming
File: Shape.js

 Syntax

JavaScript  Copy Code

get brush() {}
set brush(value) {}

 Property Value

Object

A color string or an object literal specifying gradient.

 Remarks

Used to paint Shape components of CompositeNode.

 See Also