# MonthCalendarZoomPolicy

The MonthCalendar.Font and MonthCalendar.Size properties always remain unchanged. The MonthCalendarZoomPolicy will move MonthCalendar to the center of the blank space.

## Content



The **MonthCalendar.Font** and **MonthCalendar.Size** properties always remain unchanged. The MonthCalendarZoomPolicy will move MonthCalendar to the center of the blank space.

Initial zoomfactor is 100%, as shown below:

![Output without zoom policy](https://cdn.mescius.io/document-site-files/images/b72f799f-5669-44a4-8119-5f3343d59999/images/withoutmonthcalendarzoompolicy.png)

**Note**: Blank Space’s BackColor is AliceBlue.

The following table illustrates the difference between enabling and disabling MonthCalendarZoomPolicy. The ZoomFactor is set to 120% for the enabled ZoomPolicy.

|   Without ZoomPolicy   |   With ZoomPolicy   |
| --- | --- |
|   **![Output without zoom policy](https://cdn.mescius.io/document-site-files/images/b72f799f-5669-44a4-8119-5f3343d59999/images/withoutmonthcalendarzoompolicy.png)**   |   ![Output with zoom policy](https://cdn.mescius.io/document-site-files/images/b72f799f-5669-44a4-8119-5f3343d59999/images/withmonthcalendarzoompolicy.png)   |