Share via


AppLinkEntry.Thumbnail Property

Definition

Gets or sets a small image that appears with the item in search results.

public:
 property Microsoft::Maui::Controls::ImageSource ^ Thumbnail { Microsoft::Maui::Controls::ImageSource ^ get(); void set(Microsoft::Maui::Controls::ImageSource ^ value); };
public Microsoft.Maui.Controls.ImageSource Thumbnail { get; set; }
member this.Thumbnail : Microsoft.Maui.Controls.ImageSource with get, set
Public Property Thumbnail As ImageSource

Property Value

A small image that appears with the item in search results

Implements

Applies to

See also