Implemented interface member:
property
Description
Microsoft.Maui.Controls.IAppLinkEntry.Description
2 references to Description
Microsoft.Maui.Controls (2)
AppLinkEntry.cs (2)
21 /// <summary>Bindable property for <see cref="Description"/>.</summary> 22 public static readonly BindableProperty DescriptionProperty = BindableProperty.Create(nameof(Description), typeof(string), typeof(AppLinkEntry), default(string));