3 references to Reveal
Microsoft.Maui.Controls (3)
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
);
SwipeView\SwipeView.cs (1)
263
SwipeTransitionMode ISwipeView.SwipeTransitionMode => SwipeTransitionMode.
Reveal
;