'Declaration
<DescriptionAttribute("Indicates the width of the cells in the control.")>
<CategoryAttribute("ThumbnailXpress")>
<BrowsableAttribute(True)>
Public Property CellBorderWidth As Integer
'Usage
Dim instance As ThumbnailXpress
Dim value As Integer
instance.CellBorderWidth = value
value = instance.CellBorderWidth
[DescriptionAttribute("Indicates the width of the cells in the control.")]
[CategoryAttribute("ThumbnailXpress")]
[BrowsableAttribute(true)]
public int CellBorderWidth {get; set;}
[DescriptionAttribute("Indicates the width of the cells in the control.")]
[CategoryAttribute("ThumbnailXpress")]
[BrowsableAttribute(true)]
public: __property int get_CellBorderWidth();
public: __property void set_CellBorderWidth(
int value
);
[DescriptionAttribute("Indicates the width of the cells in the control.")]
[CategoryAttribute("ThumbnailXpress")]
[BrowsableAttribute(true)]
public:
property int CellBorderWidth {
int get();
void set ( int value);
}