Search
AeroEffect.shadeColor Property
See Also
 






Gets or sets the color of the shade.

Namespace: MindFusion.Diagramming
File: NodeEffects.js

 Syntax

JavaScript  Copy Code

get shadeColor() {}
set shadeColor(value) {}

 Property Value

String

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

 See Also