DateHeaderFont Property

From Calendar.NET

Collapse imageExpand ImageCopy imageCopyHover image
Get or Set this value to the Font you wish to use to render the date in the upper right corner

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

Syntax

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

See Also