Implemented interface member:
property
Thumbnail
Microsoft.Maui.Controls.IAppLinkEntry.Thumbnail
2 references to Thumbnail
Microsoft.Maui.Controls (2)
AppLinkEntry.cs (2)
24
/// <summary>Bindable property for <see cref="
Thumbnail
"/>.</summary>
25
public static readonly BindableProperty ThumbnailProperty = BindableProperty.Create(nameof(
Thumbnail
), typeof(ImageSource), typeof(AppLinkEntry), default(ImageSource));