Gets or sets the distance (in pixels) between the border and the contents of the table cell.
Namespace: Karamasoft.WebControls.UltimateSearch
Assembly: UltimateSearch (in UltimateSearch.dll) Version: 3.7.4186.26690
Syntax
| C# |
|---|
public override int CellPadding { get; set; } |
| Visual Basic |
|---|
Public Overrides Property CellPadding As Integer
Get
Set |
| Visual C++ |
|---|
public:
virtual property int CellPadding {
int get () override;
void set (int value) override;
} |
Field Value
The distance (in pixels) between the border and the contents of the table cell. The default is -1, which indicates that this property is not set.
Remarks
See Also