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