Search
TimetableSettings.setInfoHeaderBrush Method
See Also
 






Sets the brush used to paint the info header.

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

 Syntax

Java  Copy Code

public void setInfoHeaderBrush (
    Brush value
)

 Parameters

value

A Brush object specifying the interior fill of the header. Set to null to use the corresponding value from the current theme.

 See Also