ImageGear .NET v24.12 - Updated
BorderWidth Property (ImGearThumbnailCtl)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > ImGearThumbnailCtl Class : BorderWidth Property
Gets or sets border width in pixels around the thumbnail. The border is drawn with the color specified by ForeColor.
Syntax
'Declaration
 
<CategoryAttribute("Items")>
<DescriptionAttribute()>
Public Property BorderWidth As Integer
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As Integer
 
instance.BorderWidth = value
 
value = instance.BorderWidth
[Category("Items")]
[Description()]
public int BorderWidth {get; set;}
[Category("Items")]
[Description()]
public: __property int get_BorderWidth();
public: __property void set_BorderWidth( 
   int value
);
[Category("Items")]
[Description()]
public:
property int BorderWidth {
   int get();
   void set (    int value);
}

Property Value

Integer value.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members