MonthCalendar::Size Property

 

Gets or sets the size of the MonthCalendar control.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property Size Size {
	Size get();
	void set(Size value);
}

Property Value

Type: System.Drawing::Size

The Size of the MonthCalendar control.

.NET Framework
Available since 2.0
Return to top
Show: