3 references to Mode
Microsoft.Maui.Controls (3)
SwipeView\SwipeItems.cs (2)
37 /// <summary>Bindable property for <see cref="Mode"/>.</summary> 38 public static readonly BindableProperty ModeProperty = BindableProperty.Create(nameof(Mode), typeof(SwipeMode), typeof(SwipeItems), SwipeMode.Reveal);
SwipeView\SwipeView.cs (1)
423 public SwipeMode Mode => _swipeItems.Mode;