Font size of the event text, e.g. "8pt".

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

Syntax

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

See Also