Search
Diagram.shapeBrush Property
See Also
 





Gets or sets the default fill of ShapeNode objects.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

get shapeBrush() {}
set shapeBrush(value) {}

 Property Value

Object

A color string or an object literal specifying gradient.

 Remarks

This property provides a default value for the brush used to fill ShapeNode objects.

 See Also