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