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