Trying to get transparency/opacity working with a MasterDetailPage on UWP. I got it working on Android.
Examining the live visual tree in VS debugger, I see that there is a native UWP Grid named PaneRoot that has a SolidColorBrush which is either almost black or almost white depending on how I set RequestedTheme in my UWP App.xaml.
I would like to modify the background brush in the PaneRoot control to see if I can get transparency working. How do I go about doing that? It does not have corresponding Xamarin.Forms view. If I can traverse the control tree in my UWP project then it should be possible?