Left margin of the collapse/expand image in pixels.

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

Syntax

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

See Also