Native Views in Xamarin.Forms
Native views from iOS, Android, and the Universal Windows Platform (UWP) can be directly referenced from Xamarin.Forms. Properties and event handlers can be set on native views, and they can interact with Xamarin.Forms views.
Native Views in XAML
Native views from iOS, Android, and UWP can be directly referenced from Xamarin.Forms pages created using XAML.
Native Views in C#
Native views from iOS, Android, and UWP can be directly referenced from Xamarin.Forms pages created using C#.