Exemple #1
0
 public static void MapIsEnabled(ISwipeViewHandler handler, ISwipeView swipeView)
 {
     handler.TypedNativeView.UpdateIsSwipeEnabled(swipeView.IsEnabled);
     ViewHandler.MapIsEnabled(handler, swipeView);
 }
Exemple #2
0
 public static void MapIsEnabled(ISwipeViewHandler handler, ISwipeView swipeView)
 {
     handler.PlatformView.UpdateIsSwipeEnabled(swipeView);
     ViewHandler.MapIsEnabled(handler, swipeView);
 }