QuickLink.Thumbnail Property

Definition

Specifies a thumbnail image for the QuickLink. The system displays this image when the user is presented with a list of possible apps to share content with.

public:
 property RandomAccessStreamReference ^ Thumbnail { RandomAccessStreamReference ^ get(); void set(RandomAccessStreamReference ^ value); };
RandomAccessStreamReference Thumbnail();

void Thumbnail(RandomAccessStreamReference value);
public RandomAccessStreamReference Thumbnail { get; set; }
var randomAccessStreamReference = quickLink.thumbnail;
quickLink.thumbnail = randomAccessStreamReference;
Public Property Thumbnail As RandomAccessStreamReference

Property Value

Contains the thumbnail image to use with the QuickLink.

Applies to