Search
MonthSettings.setContentsMargin Method
See Also
 






Sets the amount of space between the month's day cells and the month's bounding rectangle.

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

 Syntax

Java  Copy Code

public void setContentsMargin (
    Integer value
)

 Parameters

value

A non-negative integer value specifying how many pixels to leave between the cells and the month's bounds. Set to null to use the corresponding value from the current theme.

 See Also