Exemplo n.º 1
0
 public static void MapTranslationY(IViewHandler handler, IView view)
 {
     handler.ToPlatform().UpdateTranslationY(view);
 }
Exemplo n.º 2
0
 public static void MapScaleY(IViewHandler handler, IView view)
 {
     handler.ToPlatform().UpdateScaleY(view);
 }
Exemplo n.º 3
0
 static partial void MappingFrame(IViewHandler handler, IView view)
 {
     handler.ToPlatform().UpdateAnchorX(view);
     handler.ToPlatform().UpdateAnchorY(view);
 }