Search
TreeViewItem.brush Property
See Also
 





Gets or sets the brush used to paint item's background.

Namespace: MindFusion.Diagramming
File: TreeViewItem.js

 Syntax

JavaScript  Copy Code

get brush() {}
set brush(value) {}

 Property Value

Object

A color string or an object literal specifying gradient.

 See Also