Exemplo n.º 1
0
 public static void MapColor(LabelHandler handler, ILabel Label)
 {
 }
Exemplo n.º 2
0
 public static void MapText(LabelHandler handler, ILabel label)
 {
     handler.TypedNativeView?.UpdateText(label);
 }
Exemplo n.º 3
0
        public static void MapText(LabelHandler handler, ILabel label)
        {
            ViewHandler.CheckParameters(handler, label);

            handler.TypedNativeView?.UpdateText(label);
        }