Implemented interface member:
property
IsLinkActive
Microsoft.Maui.Controls.IAppLinkEntry.IsLinkActive
3 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);
Microsoft.Maui.Controls.Compatibility (1)
iOS\iOSAppLinks.cs (1)
82
if (aL.
IsLinkActive
)