EventFont Property

Calendar.NET

Collapse imageExpand ImageCopy imageCopyHover image
The font describing the appearance of the event

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

Syntax

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

See Also