Gets the effective brush that should be used to paint this item.
Namespace: MindFusion.Diagramming
Assembly: DiagramItem.js
SyntaxJavaScript
Copy Code
|
|---|
get effectiveBrush() {} |
Object
A color string or an object literal specifying gradient.
RemarksThis 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