Search
Diagram.backBrush Property
See Also
 





Gets or sets an object specifying how to fill the diagram background.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

get backBrush() {}
set backBrush(value) {}

 Property Value

Object

A color string or an object literal specifying gradient.

 See Also