Font family of the hour titles on the left side, e.g. "Tahoma".

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

Syntax

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

See Also