'Declaration
<DescriptionAttribute(" Gets or sets a value in pixel units (CSS px) indicating the space to the right of a thumbnail cell.")>
<CategoryAttribute("ImGearThumbnailList Properties")>
<BrowsableAttribute(True)>
<DefaultValueAttribute()>
Public Property ThumbnailBorderWidth As Integer
'Usage
Dim instance As ImGearThumbnailList
Dim value As Integer
instance.ThumbnailBorderWidth = value
value = instance.ThumbnailBorderWidth
[DescriptionAttribute(" Gets or sets a value in pixel units (CSS px) indicating the space to the right of a thumbnail cell.")]
[CategoryAttribute("ImGearThumbnailList Properties")]
[BrowsableAttribute(true)]
[DefaultValueAttribute()]
public int ThumbnailBorderWidth {get; set;}
[DescriptionAttribute(" Gets or sets a value in pixel units (CSS px) indicating the space to the right of a thumbnail cell.")]
[CategoryAttribute("ImGearThumbnailList Properties")]
[BrowsableAttribute(true)]
[DefaultValueAttribute()]
public: __property int get_ThumbnailBorderWidth();
public: __property void set_ThumbnailBorderWidth(
int value
);
[DescriptionAttribute(" Gets or sets a value in pixel units (CSS px) indicating the space to the right of a thumbnail cell.")]
[CategoryAttribute("ImGearThumbnailList Properties")]
[BrowsableAttribute(true)]
[DefaultValueAttribute()]
public:
property int ThumbnailBorderWidth {
int get();
void set ( int value);
}