Font family of the time axis headers, e.g. "Tahoma".

Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

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

See Also