Calendar.CellPadding Property
.NET Framework 3.0
Gets or sets the amount of space between the contents of a cell and the cell's border.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public int get_CellPadding () /** @property */ public void set_CellPadding (int value)
public function get CellPadding () : int public function set CellPadding (value : int)
Not applicable.
Property Value
The amount of space (in pixels) between the contents of a cell and the cell's border. The default value is 2.Use this property to control the spacing between the contents of a cell and the cell's border. The padding amount specified is added to all four sides of a cell. Individual cell sizes cannot be specified.
Note: |
|---|
| Setting this property to -1 indicates that this property is not set in the rendered table. |
| Topic | Location |
|---|---|
| How to: Customize Calendar Web Server Control Appearance | Building ASP .NET Web Applications |
| How to: Customize Calendar Web Server Control Appearance | Building ASP .NET Web Applications |
Community Additions
ADD
Show:
Note: