Behavior of xamarin wpf full screen is different from original wpf application.
When i enable the full screen mode by ResizeMode="NoResize", WindowState="Normal", WindowStyle="None", Topmost="True", WindowState = "Maximized";
The application is not actually remove the titlebar and hide the taskbar.
Is there any way to achieve same behavior as native wpf application ?