ImageGear .NET
BorderWidth Property (ImGearThumbnailCtl)




Gets or sets the border width, in pixels, around the thumbnail.
Syntax
'Declaration
 
<DescriptionAttribute()>
<ImGearFilterAttribute()>
<CategoryAttribute("Items")>
Public Property BorderWidth As Integer
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As Integer
 
instance.BorderWidth = value
 
value = instance.BorderWidth
[Description()]
[ImGearFilter()]
[Category("Items")]
public int BorderWidth {get; set;}
[Description()]
[ImGearFilter()]
[Category("Items")]
public: __property int get_BorderWidth();
public: __property void set_BorderWidth( 
   int value
);
[Description()]
[ImGearFilter()]
[Category("Items")]
public:
property int BorderWidth {
   int get();
   void set (    int value);
}

Property Value

Integer value.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback