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




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > ImGearThumbnailCtl Class : ItemWidth Property
Gets or sets item width in pixels of the image to be drawn in each thumbnail item.
Syntax
'Declaration
 
<CategoryAttribute("Items")>
<DescriptionAttribute()>
Public Property ItemWidth As Integer
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As Integer
 
instance.ItemWidth = value
 
value = instance.ItemWidth
[Category("Items")]
[Description()]
public int ItemWidth {get; set;}
[Category("Items")]
[Description()]
public: __property int get_ItemWidth();
public: __property void set_ItemWidth( 
   int value
);
[Category("Items")]
[Description()]
public:
property int ItemWidth {
   int get();
   void set (    int value);
}

Property Value

Integer value.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members