sthewissen/Xamarin.Forms.PancakeView

PancakeView vs Frame

Closed this issue · 1 comments

What are the benefits of using PancakeView over a Frame?

Corner radius for each corner

Thus said, you can achieve the same result by using a Clip with a RoundRectangleGeometry (see https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/shapes/geometries#clip-with-a-geometry)