6 references to SwipeMode
Microsoft.Maui (1)
Core\ISwipeItems.cs (1)
13
public
SwipeMode
Mode { get; }
Microsoft.Maui.Controls (5)
SwipeView\SwipeItems.cs (4)
38
public static readonly BindableProperty ModeProperty = BindableProperty.Create(nameof(Mode), typeof(
SwipeMode
), typeof(SwipeItems),
SwipeMode
.Reveal);
43
public
SwipeMode
Mode
45
get { return (
SwipeMode
)GetValue(ModeProperty); }
SwipeView\SwipeView.cs (1)
423
public
SwipeMode
Mode => _swipeItems.Mode;