Show text over time if there is not enough space?

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

Syntax

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

See Also