Search
GlassEffect.reflectionColor Property
See Also
 





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

Namespace: MindFusion.Diagramming
File: NodeEffects.js

 Syntax

JavaScript  Copy Code

get reflectionColor() {}
set reflectionColor(value) {}

 Property Value

String

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

 See Also