ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / ImGearThumbnailItem Class / Thumbnail Property




In This Topic
    Thumbnail Property (ImGearThumbnailItem)
    In This Topic
    Gets thumbnail bitmap representing an image.
    Syntax
    'Declaration
     
    Public ReadOnly Property Thumbnail As Image
    'Usage
     
    Dim instance As ImGearThumbnailItem
    Dim value As Image
     
    value = instance.Thumbnail
    public Image Thumbnail {get;}
    public: __property Image* get_Thumbnail();
    public:
    property Image^ Thumbnail {
       Image^ get();
    }

    Property Value

    System.Drawing.Image class object.
    See Also