3 references to SwipeBehaviorOnInvoked
Microsoft.Maui.Controls (3)
SwipeView\SwipeItems.cs (2)
39 /// <summary>Bindable property for <see cref="SwipeBehaviorOnInvoked"/>.</summary> 40 public static readonly BindableProperty SwipeBehaviorOnInvokedProperty = BindableProperty.Create(nameof(SwipeBehaviorOnInvoked), typeof(SwipeBehaviorOnInvoked), typeof(SwipeItems), SwipeBehaviorOnInvoked.Auto);
SwipeView\SwipeView.cs (1)
425 public SwipeBehaviorOnInvoked SwipeBehaviorOnInvoked => _swipeItems.SwipeBehaviorOnInvoked;