5 references to Reveal
Microsoft.Maui.Controls (2)
PlatformConfiguration\AndroidSpecific\SwipeView.cs (1)
10
public static readonly BindableProperty SwipeTransitionModeProperty = BindableProperty.Create("SwipeTransitionMode", typeof(SwipeTransitionMode), typeof(SwipeView), SwipeTransitionMode.
Reveal
);
PlatformConfiguration\iOSSpecific\SwipeView.cs (1)
10
public static readonly BindableProperty SwipeTransitionModeProperty = BindableProperty.Create("SwipeTransitionMode", typeof(SwipeTransitionMode), typeof(SwipeView), SwipeTransitionMode.
Reveal
);
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\SwipeViewRenderer.cs (3)
648
_swipeTransitionMode = SwipeTransitionMode.
Reveal
;
895
if (_swipeTransitionMode == SwipeTransitionMode.
Reveal
)
1122
if (_swipeTransitionMode == SwipeTransitionMode.
Reveal
)