Gets and sets the background color of the cell.
'Declaration
Public Property CellBackColor As Color
'Usage
Dim instance As ThumbnailItem
Dim value As Color
instance.CellBackColor = value
value = instance.CellBackColor
public Color CellBackColor {get; set;}
public: __property Color get_CellBackColor();
public: __property void set_CellBackColor(
Color value
);
public:
property Color CellBackColor {
Color get();
void set ( Color value);
}
Property Value
A
System.Drawing.Color value which represents the background color of the cell.