[Update: Code worked on Android 8.0 simulator] I keep receive error No CornerRadius property found for the type Button My code behind
public TabbedPage1 () {
Try this:
public TabbedPage1 () { InitializeComponent(); runButton.CornerRadius = screenX / 5; }