Search
Style.setHeaderBrush Method
See Also
 






Sets the brush used to fill the interior of an element's header.

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

 Syntax

Java  Copy Code

public void setHeaderBrush (
    Brush value
)

 Parameters

value

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

 See Also