Accusoft.ThumbnailXpress6.Net
CellBorderColor Property (ThumbnailItem)




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

Reference

ThumbnailItem Class
ThumbnailItem Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback