DayViewTimeFont Property

Calendar.NET

Collapse imageExpand ImageCopy imageCopyHover image
Indicates the font for the times on the day view

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

Syntax

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

See Also