Show text over time if there is not enough space?

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

Syntax

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

See Also