Share via


SourceChangeRequestedEventArgs.Thumbnail Property

Definition

Gets the thumbnail image for the content in the media stream.

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

Property Value

The thumbnail image for the content in the media stream.

Applies to