2 references to Reveal
Microsoft.Maui.Controls (1)
SwipeView\SwipeItems.cs (1)
38
public static readonly BindableProperty ModeProperty = BindableProperty.Create(nameof(Mode), typeof(SwipeMode), typeof(SwipeItems), SwipeMode.
Reveal
);
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\SwipeViewRenderer.cs (1)
1219
if (swipeItems.Mode == SwipeMode.
Reveal
)