Search
Style.captionBackBrush Property
See Also
 





Gets or sets the brush used to fill nodes' caption bars.

Namespace: MindFusion.Diagramming
File: Style.js

 Syntax

JavaScript  Copy Code

get captionBackBrush() {}
set captionBackBrush(value) {}

 Property Value

Object

A color string or an object literal specifying gradient.

 Remarks

This value is applied to TableNode and ContainerNode objects.

 See Also