[]
Gets or sets the vertical spacing in the radio button list.
public int VerticalSpacing { get; set; }
Public Property VerticalSpacing As Integer
RadioButtonListCellType cellType = new RadioButtonListCellType();
cellType.VerticalSpacing = 8;
int verticalSpacing = cellType.VerticalSpacing;