ImageGear .NET v25.2 - Updated
ImageGear.Wpf Assembly / ImageGear.WPF Namespace / ImGearThumbnailItem Class / Image Property




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

    Property Value

    System.Windows.Media.Imaging.BitmapSource value.
    Remarks
    Used in XAML.
    See Also