Search
TimetableSettings.setMainHeaderSize Method
See Also
 






Sets the size of the main header.

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

 Syntax

Java  Copy Code

public void setMainHeaderSize (
    Integer value
)

 Parameters

value

A non-negative integer value specifying the size of the header in pixels. Set to null to use the corresponding value from the current theme.

 Remarks

A value of 0 causes the calendar to automatically calculate a header size based on the size of the header font.

 See Also