Search
DiagramItem.effectiveShadowColor Property
See Also
 






Gets the effective color that should be used to render this item's shadow.

Namespace: MindFusion.Diagramming
File: DiagramItem.js

 Syntax

JavaScript  Copy Code

get effectiveShadowColor() {}

 Property Value

String

A string specifying the item's shadow color.

 Remarks

This property returns the shadow color set locally for an item via shadowColor, or looks up in the styling hierarchy for a shadow color set in the item's style, the diagram's style or the current theme.

 See Also