Font size of the hour names (horizontal axis) e.g. "16pt".

Namespace: DayPilot.Web.Ui
Assembly:  DayPilot (in DayPilot.dll)
Version: 4.0.1172.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