Gets or sets whether the glow area of the effect should be painted using the stroke color of target node.
Namespace: MindFusion.Diagramming
File: NodeEffects.js
SyntaxJavaScript
Copy Code
|
|---|
get usePenAsGlow() {} |
Boolean
true to ignore glowColor and use node's stroke color for the glow, or false otherwise.
See Also