Search
Style.setTextColor Method
See Also
 






Sets the color used to paint an element's text.

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

 Syntax

Java  Copy Code

public void setTextColor (
    Color value
)

 Parameters

value

A Color object specifying the text color. Set to null to use the corresponding value from the current theme.

 See Also