ImageGear for .NET
ItemWidth Property (ImGearThumbnailCtl)




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

Property Value

Integer value.
Remarks
Default value is 200.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback