Search
DiagramItem.effectiveBrush Property
See Also
 





Gets the effective brush that should be used to paint this item.

Namespace: MindFusion.Diagramming
File: DiagramItem.js

 Syntax

JavaScript  Copy Code

get effectiveBrush() {}

 Property Value

Object

A color string or an object literal specifying gradient.

 Remarks

This property returns the brush set locally for an item via its brush property, or looks up in the styling hierarchy for a brush set in the item's style, the diagram's style or the current theme.

 See Also