Left indent of the event text in pixels. Applies only when EventTextAlignment='Left' and EventStartTime='true'.

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

Syntax

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

See Also