Search
Style.setFillColor Method
See Also
 






Sets the color used to fill calendar elements.

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

 Syntax

Java  Copy Code

public void setFillColor (
    Color value
)

 Parameters

value

A Color object used to fill calendar elements. Set to null to use the corresponding value from the current theme.

 See Also