Font size of the time axis header e.g. "16pt".

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

Syntax

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

See Also