Search
DiagramItem.shadowColor Property
See Also
 






Gets or sets the color used to draw item's shadow.

Namespace: MindFusion.Diagramming
File: DiagramItem.js

 Syntax

JavaScript  Copy Code

get shadowColor() {}
set shadowColor(value) {}

 Property Value

String

A string specifying the shadow color.

 See Also