Font size of the hour titles on the left side e.g. "16pt".

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

Syntax

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

See Also