Search
Style.backBrush Property
See Also
 





Gets or sets the brush used to paint diagram background.

Namespace: MindFusion.Diagramming
File: Style.js

 Syntax

JavaScript  Copy Code

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

 Property Value

Object

A color string or an object literal specifying gradient.

 See Also