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




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

Property Value

Integer value.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members