Ejemplo n.º 1
0
 internal static UIColor?GetOffTrackColor(this UISwitch uISwitch)
 {
     return(uISwitch.GetTrackSubview().BackgroundColor);
 }