StorageItemThumbnail.Type Property

Definition

Gets a value that indicates if the thumbnail is an icon or an image.

public:
 property ThumbnailType Type { ThumbnailType get(); };
ThumbnailType Type();
public ThumbnailType Type { get; }
var thumbnailType = storageItemThumbnail.type;
Public ReadOnly Property Type As ThumbnailType

Property Value

The value that indicates if the thumbnail is an icon or an image.

Applies to