-
-
Notifications
You must be signed in to change notification settings - Fork 107
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!
To get started with using rounded corners we need to set the CornerRadius
property to an instance of a PancakeView.
<yummy:PancakeView CornerRadius="10,40,20,10">
<Label Text="This is just a happy little label." />
</yummy:PancakeView>
Property | What it does | Default |
---|---|---|
CornerRadius |
The radius of each corner, clockwise, starting with top left. | 0,0,0,0 |
Property | iOS | Android | UWP | WPF | macOS | Tizen |
---|---|---|---|---|---|---|
CornerRadius |
✅ | ✅ | ✅ | ❌ | ✅ | ✅ |