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!

DateTimePicker.CalendarFont

The current value of the CalendarFont property.

[Visual Basic]
Public Property CalendarFont As Font
[C#]
public Font CalendarFont {get; set;}
[C++]
public: __property Font* get_CalendarFont();
public: __property void set_CalendarFont(Font*);
[JScript]
public function get CalendarFont() : Font;
public function set CalendarFont(Font);

See Also

DateTimePicker Class | DateTimePicker Members | System.WinForms Namespace