Search
Style.setHeaderTextShadowColor Method
See Also
 






Sets the color of the shadow cast by the header text.

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

 Syntax

Java  Copy Code

public void setHeaderTextShadowColor (
    Color value
)

 Parameters

value

A Color object specifying the color of the header text shadows drawn with this style. Set to null to use the corresponding value from the current theme.

 See Also