Accusoft.ThumbnailXpress6.Net
CellBackColor Property




Gets and sets the background color of the cell.
Syntax
'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.
See Also

Reference

ThumbnailItem Class
ThumbnailItem Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback