Search
CustomBrushes.setPrimaryBrush Method
See Also
 






Sets the brush used to paint primary calendar elements.

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

 Syntax

Java  Copy Code

public void setPrimaryBrush (
    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 primary custom brush is used to paint the non-work time cells for the contact.

 See Also