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




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

Property Value

System.Windows.Size value.
Remarks
Used in XAML.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members