Wimark.Controls Class Library  

DateTimePicker.CalendarFont Property

Gets or sets the font style applied to the calendar.

[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*);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DateTimePicker Class | DateTimePicker Members | Wimark.Controls Namespace