Gets or sets the distance (in pixels) between the border and contents of the cell.
             
             
            
 Syntax
Syntax
| Visual Basic (Declaration) |  | 
|---|
| Public Overrides Property CellPadding As Integer | 
| Visual Basic (Usage) |  Copy Code | 
|---|
| Dim instance As LiveCheckBoxList
Dim value As Integer
 
instance.CellPadding = value
 
value = instance.CellPadding | 
| C# |  | 
|---|
| public override int CellPadding {get; set;} | 
| C++/CLI |  | 
|---|
| public:
property int CellPadding {
   int get() override;
   void set (    int value) override;
} | 
Remarks
             Requirements
Requirements
Target Platforms: Microsoft .NET Framework 2.0
 See Also
See Also