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