ImageGear for .NET
Width Property (ImGearThumbnailItem)




Gets or sets item's width.
Syntax
'Declaration
 
Public Shadows Property Width As Integer
'Usage
 
Dim instance As ImGearThumbnailItem
Dim value As Integer
 
instance.Width = value
 
value = instance.Width
public new int Width {get; set;}
public: __property new int get_Width();
public: __property new void set_Width( 
   int value
);
public:
new property int Width {
   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