예제 #1
0
 public static void MapOpacity(LabelHandler handler, ILabel label)
 {
     handler.UpdateValue(nameof(IViewHandler.ContainerView));
     handler.PlatformView.UpdateOpacity(label);
     handler.ToPlatform().UpdateOpacity(label);
 }
예제 #2
0
        public static void MapBackground(LabelHandler handler, ILabel label)
        {
            handler.UpdateValue(nameof(IViewHandler.ContainerView));

            handler.ToPlatform().UpdateBackground(label);
        }