Accusoft.ThumbnailXpress6.Net
CellBorderColor Property (ThumbnailXpress)




Gets and sets the border color of the cells in the control.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
<CategoryAttribute("ThumbnailXpress")>
<DescriptionAttribute("Indicates the border color of the cells in the control.")>
Public Property CellBorderColor As Color
'Usage
 
Dim instance As ThumbnailXpress
Dim value As Color
 
instance.CellBorderColor = value
 
value = instance.CellBorderColor
[Browsable(true)]
[Category("ThumbnailXpress")]
[Description("Indicates the border color of the cells in the control.")]
public Color CellBorderColor {get; set;}
[Browsable(true)]
[Category("ThumbnailXpress")]
[Description("Indicates the border color of the cells in the control.")]
public: __property Color get_CellBorderColor();
public: __property void set_CellBorderColor( 
   Color value
);
[Browsable(true)]
[Category("ThumbnailXpress")]
[Description("Indicates the border color of the cells in the control.")]
public:
property Color CellBorderColor {
   Color get();
   void set (    Color value);
}

Property Value

A System.Drawing.Color value which represents the border color of the cells.
See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback