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




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > IImGearThumbnailCtl Interface : ItemHeight Property
Gets or sets item height in pixels of the image to be drawn in each thumbnail item.
Syntax
'Declaration
 
Property ItemHeight As Integer
'Usage
 
Dim instance As IImGearThumbnailCtl
Dim value As Integer
 
instance.ItemHeight = value
 
value = instance.ItemHeight
int ItemHeight {get; set;}
__property int get_ItemHeight();
__property void set_ItemHeight( 
   int value
);
property int ItemHeight {
   int get();
   void set (    int value);
}

Property Value

Integer value.
See Also

Reference

IImGearThumbnailCtl Interface
IImGearThumbnailCtl Members