BoxSize Property
BoxSize
Gets or sets a value that indicates the check box size.
Declaration
public int BoxSize { get; set; }
Public Property BoxSize As Integer
Examples
CheckBoxCellType cellType = new CheckBoxCellType();
cellType.BoxSize = 16;
int boxSize = cellType.BoxSize;