Gets or sets the for the border width in pixel units for thumbnails displayed in the control.
Syntax
'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")>
<DefaultValueAttribute()>
<BrowsableAttribute(True)>
Public Property ThumbnailBorderWidth As Integer
'Usage
Dim instance As ImGearThumbnailList
Dim value As Integer
instance.ThumbnailBorderWidth = value
value = instance.ThumbnailBorderWidth
[Description(" Gets or sets a value in pixel units (CSS px) indicating the space to the right of a thumbnail cell.")]
[Category("ImGearThumbnailList Properties")]
[DefaultValue()]
[Browsable(true)]
public int ThumbnailBorderWidth {get; set;}
[Description(" Gets or sets a value in pixel units (CSS px) indicating the space to the right of a thumbnail cell.")]
[Category("ImGearThumbnailList Properties")]
[DefaultValue()]
[Browsable(true)]
public: __property int get_ThumbnailBorderWidth();
public: __property void set_ThumbnailBorderWidth(
int value
);
[Description(" Gets or sets a value in pixel units (CSS px) indicating the space to the right of a thumbnail cell.")]
[Category("ImGearThumbnailList Properties")]
[DefaultValue()]
[Browsable(true)]
public:
property int ThumbnailBorderWidth {
int get();
void set ( int value);
}
Property Value
An Integer value.
See Also