QuickLink.Thumbnail Property
Definition
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.
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.