Implemented interface member:
property
IsGestureEnabled
Microsoft.Maui.IFlyoutView.IsGestureEnabled
2 references to IsGestureEnabled
Microsoft.Maui.Controls (2)
FlyoutPage\FlyoutPage.cs (2)
19
/// <summary>Bindable property for <see cref="
IsGestureEnabled
"/>.</summary>
20
public static readonly BindableProperty IsGestureEnabledProperty = BindableProperty.Create(nameof(
IsGestureEnabled
), typeof(bool), typeof(FlyoutPage), true);