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