public static void MapIsToggled(SwitchHandler handler, ISwitch view)
 {
 }
示例#2
0
 public static void MapThumbColor(SwitchHandler handler, ISwitch view)
 {
     ViewHandler.CheckParameters(handler, view);
     handler.TypedNativeView?.UpdateThumbColor(view, DefaultThumbColor);
 }
 public static void MapThumbColor(SwitchHandler handler, ISwitch view)
 {
 }
示例#4
0
 public static void MapIsToggled(SwitchHandler handler, ISwitch view)
 {
     ViewHandler.CheckParameters(handler, view);
     handler.TypedNativeView?.UpdateIsToggled(view);
 }