ImageGear for .NET
Height Property (ImGearThumbnailItem)




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

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback