Skip to content

Rounded Corners

Steven Thewissen edited this page Jul 28, 2020 · 5 revisions

Want to give a little smoother appearance to your views? Those sharp pointy edges not quite cutting it? Use corner radius to round those corners silky smooth! It's dead simple to use!

How to use

To get started with using rounded corners we need to set the CornerRadius property to an instance of a PancakeView.

Using plain XAML

<yummy:PancakeView CornerRadius="10,40,20,10">
    <Label Text="This is just a happy little label." />
</yummy:PancakeView>

Property reference

Property What it does Default
CornerRadius The radius of each corner, clockwise, starting with top left. 0,0,0,0

Platform support

Property iOS Android UWP WPF macOS Tizen
CornerRadius
Clone this wiki locally