UWP does not render Frame with CornerRadius, instead it reverts to square corners. Control is rendered correctly on iOS and Android. https://bugzilla.xamarin.com/show_bug.cgi?id=56914 refers.
Xamarin.Forms should render a UWP Border control with the background color set inside and corner radius set as appropriate.
A Border control is rendered correctly but inside another element which shares the same background color, making the control appear like it has square edges.


May I take this one? @jassmith @varyamereon @pauldipietro
If we change bg color a few times and set default bg again, it causes the issue.
Steps to reproduce
1) Set the backbround color
2) Set the default backround color

Most helpful comment
May I take this one? @jassmith @varyamereon @pauldipietro