Gets or sets the brush used to paint the interior of this shape.
Namespace: MindFusion.Diagramming
File: Shape.js
SyntaxJavaScript
Copy Code
|
|---|
get brush() {} |
Object
A color string or an object literal specifying gradient.
RemarksUsed to paint Shape components of CompositeNode.
See Also