Search
Style.setTextShadowColor Method
See Also
 






Sets the color of the shadow cast by the text.

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

 Syntax

Java  Copy Code

public void setTextShadowColor (
    Color value
)

 Parameters

value

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

 See Also