System.Web.UI.WebControls.Wizard.CellPadding Property

Gets or sets the amount of space between the contents of the cell and the cell border.

Syntax

[System.ComponentModel.DefaultValue(0)]
public virtual int CellPadding { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the Wizard.CellPadding property to control the spacing between the contents of a cell and the cell border. The padding amount that is specified is added to all four sides of the cell. All cells in a column share the same cell width; therefore, the spacing is applied to the widest cell in the column. Similarly, all cells in the same row share the same cell height. Thus, the spacing is applied to the tallest cell in the row. Individual cell sizes cannot be specified.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0