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




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > ImGearThumbnailItem Class : Width Property
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