Implemented interface member:
property
IsLinkActive
Microsoft.Maui.Controls.IAppLinkEntry.IsLinkActive
2 references to IsLinkActive
Microsoft.Maui.Controls (2)
AppLinkEntry.cs (2)
30 /// <summary>Bindable property for <see cref="IsLinkActive"/>.</summary> 31 public static readonly BindableProperty IsLinkActiveProperty = BindableProperty.Create(nameof(IsLinkActive), typeof(bool), typeof(AppLinkEntry), false);