Exemplo n.º 1
0
 public static void MapIsToggled(SwitchHandler handler, ISwitch view)
 {
 }
Exemplo n.º 2
0
 public static void MapThumbColor(SwitchHandler handler, ISwitch view)
 {
     ViewHandler.CheckParameters(handler, view);
     handler.TypedNativeView?.UpdateThumbColor(view, DefaultThumbColor);
 }
Exemplo n.º 3
0
 public static void MapThumbColor(SwitchHandler handler, ISwitch view)
 {
 }
Exemplo n.º 4
0
 public static void MapIsToggled(SwitchHandler handler, ISwitch view)
 {
     ViewHandler.CheckParameters(handler, view);
     handler.TypedNativeView?.UpdateIsToggled(view);
 }