NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MonthCalendar.CalendarDimensions

The number of columns and rows of months that will be displayed in the MonthCalendar control.

[Visual Basic]
Public Property CalendarDimensions As Size
[C#]
public Size CalendarDimensions {get; set;}
[C++]
public: __property Size get_CalendarDimensions();
public: __property void set_CalendarDimensions(Size);
[JScript]
public function get CalendarDimensions() : Size;
public function set CalendarDimensions(Size);

See Also

MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace | SetCalendarDimensions | Point