Search
TimetableSettings.setDayHeaderBrush Method
See Also
 






Sets the brush used to paint the subheader where the all-day items are displayed.

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

 Syntax

Java  Copy Code

public void setDayHeaderBrush (
    Brush value
)

 Parameters

value

An instance of a Brush-derived class used to fill the day header. Set to null to use the corresponding value from the current theme.

 See Also