ImageGear .NET
ItemHeight Property (IImGearThumbnailCtl)




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

Property Value

Integer value.
See Also

Reference

IImGearThumbnailCtl Interface
IImGearThumbnailCtl Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback