Search
Style.selectedBrush Property
See Also
 





Gets or sets the brush used to paint the background of selected items.

Namespace: MindFusion.Diagramming
File: Style.js

 Syntax

JavaScript  Copy Code

get selectedBrush() {}
set selectedBrush(value) {}

 Property Value

Object

A color string or an object literal specifying gradient.

 See Also