예제 #1
0
        public static void MapBackground(LabelHandler handler, ILabel label)
        {
            handler.UpdateValue(nameof(IViewHandler.ContainerView));

            handler.GetWrappedNativeView()?.UpdateBackground(label);
        }