FileInformation.Thumbnail Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the thumbnail associated with the StorageFile.
public:
property StorageItemThumbnail ^ Thumbnail { StorageItemThumbnail ^ get(); };
StorageItemThumbnail Thumbnail();
public StorageItemThumbnail Thumbnail { get; }
var storageItemThumbnail = fileInformation.thumbnail;
Public ReadOnly Property Thumbnail As StorageItemThumbnail
Property Value
The thumbnail.