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




In This Topic
    Source Property (ImGearThumbnailItem)
    In This Topic
    Gets ImageGear.Windows.Forms.ImGearLoadingSelection object containing path and format of the original file.
    Syntax
    'Declaration
     
    Public ReadOnly Property Source As ImGearLoadingSelection
    'Usage
     
    Dim instance As ImGearThumbnailItem
    Dim value As ImGearLoadingSelection
     
    value = instance.Source
    public ImGearLoadingSelection Source {get;}
    public: __property ImGearLoadingSelection* get_Source();
    public:
    property ImGearLoadingSelection^ Source {
       ImGearLoadingSelection^ get();
    }

    Property Value

    ImageGear.Windows.Forms.ImGearLoadingSelection object.
    See Also