Implemented interface member:
property
IsGestureEnabled
Microsoft.Maui.IFlyoutView.IsGestureEnabled
3 references to IsGestureEnabled
Microsoft.Maui.Controls (3)
Compatibility\Handlers\FlyoutPage\iOS\PhoneFlyoutPageRenderer.cs (1)
621
if (!model.
IsGestureEnabled
)
FlyoutPage\FlyoutPage.cs (2)
16
/// <summary>Bindable property for <see cref="
IsGestureEnabled
"/>.</summary>
17
public static readonly BindableProperty IsGestureEnabledProperty = BindableProperty.Create(nameof(
IsGestureEnabled
), typeof(bool), typeof(FlyoutPage), true);