Search
Style.setHeaderTextColor Method
See Also
 






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

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

 Syntax

Java  Copy Code

public void setHeaderTextColor (
    Color value
)

 Parameters

value

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

 See Also