Gets or sets the amount of left padding
Namespace:
Endeca.Web.UI.WebControlsAssembly: Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)
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); } |