DaysFont Property

Calendar.NET

Collapse imageExpand ImageCopy imageCopyHover image
The font used to render the number days on the calendar

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

Syntax

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

See Also