PhotoImportSource.Thumbnail Property

Definition

Gets a reference to a stream containing the thumbnail image for the source device.

public:
 property IRandomAccessStreamReference ^ Thumbnail { IRandomAccessStreamReference ^ get(); };
IRandomAccessStreamReference Thumbnail();
public IRandomAccessStreamReference Thumbnail { get; }
var iRandomAccessStreamReference = photoImportSource.thumbnail;
Public ReadOnly Property Thumbnail As IRandomAccessStreamReference

Property Value

A reference to a stream containing the thumbnail image for the source device.

Applies to