ImageGear .NET v24.12 - Updated
ThumbnailSource Property




ImageGear24.Wpf Assembly > ImageGear.WPF Namespace > ImGearThumbnailBeforeLoadEventArgs Class : ThumbnailSource Property
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

Reference

ImGearThumbnailBeforeLoadEventArgs Class
ImGearThumbnailBeforeLoadEventArgs Members
ImGearLoadingSelection Class