Search
Style.setHeaderFont Method
See Also
 






Sets the font used to paint the text of an element's header.

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

 Syntax

Java  Copy Code

public void setHeaderFont (
    Font value
)

 Parameters

value

A Font object specifying the font of text displayed in headers. Set to null to use the corresponding value from the current theme.

 See Also