Search
GlassEffect.usePenAsGlow Property
See Also
 






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

 Syntax

JavaScript  Copy Code

get usePenAsGlow() {}
set usePenAsGlow(value) {}

 Property Value

Boolean

true to ignore glowColor and use node's stroke color for the glow, or false otherwise.

 See Also