Color of event font.

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

Syntax

C#
public Color EventFontColor{ get; set;}
Visual Basic (Declaration)
Public Property EventFontColor As Color
Visual C++
public:
property Color EventFontColor {
	Color get ();
	void set (Color value);
}

See Also