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