TodayFont Property

Calendar.NET

Collapse imageExpand ImageCopy imageCopyHover image
The font used to render the Today button

Namespace: Calendar.NET
Assembly: Calendar.NET (in Calendar.NET.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Font TodayFont { get; set; }
Visual Basic
Public Property TodayFont As Font
	Get
	Set
Visual C++
public:
property Font^ TodayFont {
	Font^ get ();
	void set (Font^ value);
}

See Also