ASP.NET Pack Programmer's Guide
DiagramItem.getEffectiveShadowColor Method
See Also
 





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

Namespace: MindFusion.Diagramming
Package: DiagramItem.js

 Syntax

JavaScript  Copy Code

function getEffectiveShadowColor ()

 Return Value

Type: String
A string specifying the item's shadow color.

 Remarks

This method returns the shadow color set locally for an item via setShadowColor, 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

DiagramItem Members
DiagramItem Class
MindFusion.Diagramming Namespace
setShadowColor Method
setStyle Method