Search
Style.setBrush Method
See Also
 






Sets the brush used to fill the interior of elements.

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

 Syntax

Java  Copy Code

public void setBrush (
    Brush value
)

 Parameters

value

A Brush instance used to fill the interior of calendar UI elements. Set to null to use the corresponding value from the current theme.

 See Also