ImageGear .NET v24.12 - Updated
Height Property (ImGearThumbnailItem)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > ImGearThumbnailItem Class : Height Property
Gets or sets item's height.
Syntax
'Declaration
 
Public Shadows Property Height As Integer
'Usage
 
Dim instance As ImGearThumbnailItem
Dim value As Integer
 
instance.Height = value
 
value = instance.Height
public new int Height {get; set;}
public: __property new int get_Height();
public: __property new void set_Height( 
   int value
);
public:
new property int Height {
   int get();
   void set (    int value);
}

Property Value

Integer value.
See Also

Reference

ImGearThumbnailItem Class
ImGearThumbnailItem Members