Search
GlassEffect.glowColor Property
See Also
 





Gets or sets the color of the glow region of the effect.

Namespace: MindFusion.Diagramming
File: NodeEffects.js

 Syntax

JavaScript  Copy Code

get glowColor() {}
set glowColor(value) {}

 Property Value

String

A string specifying the color name or hexadecimal value. The default value is "white".

 See Also