public static void UpdateBaseProperties(this Xamarin.Forms.View fView, View view)
 {
     fView.UpdateProperties(view);
 }