ImageGear .NET v25.2 - Updated
ImageGear.Wpf Assembly / ImageGear.WPF Namespace / ImGearThumbnailBeforeLoadEventArgs Class / ThumbnailSource Property




In This Topic
    ThumbnailSource Property
    In This Topic
    Gets the path and the format of the currently loaded thumbnail.
    Syntax
    'Declaration
     
    Public ReadOnly Property ThumbnailSource As ImGearLoadingSelection
    'Usage
     
    Dim instance As ImGearThumbnailBeforeLoadEventArgs
    Dim value As ImGearLoadingSelection
     
    value = instance.ThumbnailSource
    public ImGearLoadingSelection ThumbnailSource {get;}
    public: __property ImGearLoadingSelection* get_ThumbnailSource();
    public:
    property ImGearLoadingSelection^ ThumbnailSource {
       ImGearLoadingSelection^ get();
    }

    Property Value

    ImageGear.Windows.Forms.ImGearLoadingSelection object.
    See Also