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




ImageGear24.Wpf Assembly > ImageGear.WPF Namespace > ImGearThumbnailItem Class : ImageSize Property
Gets the original image size.
Syntax
'Declaration
 
Public ReadOnly Property ImageSize As Integer
'Usage
 
Dim instance As ImGearThumbnailItem
Dim value As Integer
 
value = instance.ImageSize
public int ImageSize {get;}
public: __property int get_ImageSize();
public:
property int ImageSize {
   int get();
}

Property Value

Integer value.
See Also

Reference

ImGearThumbnailItem Class
ImGearThumbnailItem Members