示例#1
0
 public static ColorStateList CreateSwitch(int disabled, int on, int normal) =>
 PlatformInterop.GetSwitchColorStateList(disabled, on, normal);