Search
Style.backgroundBrush Property
See Also
 






Gets or sets the background brush of this style.

Namespace: MindFusion.Diagramming.Lanes
File: Style.js

 Syntax

JavaScript  Copy Code

get backgroundBrush() {}
set backgroundBrush(value) {}

 Property Value

Object

A color string or an object literal specifying gradient.

 See Also