Search
CustomBrushes.setSecondaryBrush Method
See Also
 






Sets the brush used to paint secondary calendar elements.

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

 Syntax

Java  Copy Code

public void setSecondaryBrush (
    Brush value
)

 Parameters

value

A Brush instance used to fill the interior of calendar UI elements. The default is null.

 Remarks

What is painted with this brush depends on the current view and the context in which the CustomBrushes instance is used. For example, in timetable view contact's secondary custom brush is used to paint the work time cells for the contact.

 See Also