RadioButtonList::CellPadding Property
Gets or sets the distance (in pixels) between the border and the contents of the table cell.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Int32The distance (in pixels) between the border and the contents of the table cell. The default is -1, which indicates that this property is not set.
This property applies only when the RepeatLayout property is set to RepeatLayout.Table.
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. It uses the height of the tallest cell in the table and the width of the widest cell in the table. The resulting cell size is applied uniformly to all cells in the table. Individual cell sizes cannot be specified.
The following code example demonstrates how to use the CellPadding property to pad the cells of a RadioButtonList control with 10 pixels.
Available since 1.1