Gets or sets the amount of bottom 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
Syntax
| C# | 
|---|
| [DefaultValueAttribute(typeof(Unit), "")] public Unit Bottom { get; set; } | 
| Visual Basic (Declaration) | 
|---|
| <DefaultValueAttribute(GetType(Unit), "")> _ Public Property Bottom As Unit | 
| Visual C++ | 
|---|
| [DefaultValueAttribute(typeof(Unit), L"")] public: property Unit Bottom { Unit get (); void set (Unit value); } | 





