Xamarin.Forms.PancakeView
Xamarin.Forms.PancakeView copied to clipboard
UWP CornerRadius not working on Xamarin.Forms 4.8
The current UWP sample in the master branch (using UAP -> 18362) results in colored backgrounds not getting clipped to border radius. See attached as an example.

This works fine on Xamarin.Forms 4.7.
Having the same issue. Will this be updated soon?
Xamarin.Forms 4.8.0.1687 currently has this same.
Well, it seems that the gradient obeys the border, so you can just do a gradient with start and endpoint the same:
<pancakeView:PancakeView.BackgroundGradientStops StartPoint="0,0" EndPoint="0,0">
<pancakeView:GradientStop Offset="0.1" Color="{StaticResource ScoreBoardBackgroundColor}" />
</pancakeView:PancakeView.BackgroundGradientStops>
this is still happening on Xamarin.Forms 5.0.0.1874
Is this fixed in Xamarin.Forms.PancakeView v2.3.0.763-beta?
No, I tried v2.3.0.763-beta and based on my tests this is not fixed.