System.Web.UI.WebControls.RadioButtonList.CellSpacing Property

Gets or sets the distance (in pixels) between adjacent table cells.

Syntax

[System.ComponentModel.DefaultValue(-1)]
public virtual int CellSpacing { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property applies only when the RadioButtonList.RepeatLayout property is set to RepeatLayout.Table.

Use this property to control the spacing between individual cells in the table. This property is applied both vertically and horizontally.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0