Gets or sets the amount of left padding

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
[DefaultValueAttribute(typeof(Unit), "")]
public Unit Left { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(GetType(Unit), "")> _
Public Property Left As Unit
Visual C++
[DefaultValueAttribute(typeof(Unit), L"")]
public:
property Unit Left {
	Unit get ();
	void set (Unit value);
}

See Also