Search
ItemSettings.setShadowColor Method
See Also
 






Sets the color of the shadow cast by the items.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void setShadowColor (
    Color value
)

 Parameters

value

A java.awt.Color object specifying the color of item shadows. Set to null to use the corresponding value from the current theme.

 See Also