SystemMediaTransportControlsDisplayUpdater.Thumbnail Property
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 or sets thumbnail image associated with the currently playing media.
public:
property RandomAccessStreamReference ^ Thumbnail { RandomAccessStreamReference ^ get(); void set(RandomAccessStreamReference ^ value); };
RandomAccessStreamReference Thumbnail();
void Thumbnail(RandomAccessStreamReference value);
public RandomAccessStreamReference Thumbnail { get; set; }
var randomAccessStreamReference = systemMediaTransportControlsDisplayUpdater.thumbnail;
systemMediaTransportControlsDisplayUpdater.thumbnail = randomAccessStreamReference;
Public Property Thumbnail As RandomAccessStreamReference
The thumbnail image.