Search
Style.setTextShadowStyle Method
See Also
 






Sets the type of the shadow cast by the text.

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

 Syntax

Java  Copy Code

public void setTextShadowStyle (
    ShadowStyle value
)

 Parameters

value

One of the ShadowStyle constants. Set to null to use the corresponding value from the current theme.

 See Also