public static void MapIsToggled(SwitchHandler handler, ISwitch view) { }
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) { }
public static void MapIsToggled(SwitchHandler handler, ISwitch view) { ViewHandler.CheckParameters(handler, view); handler.TypedNativeView?.UpdateIsToggled(view); }