Xamarin.forms XAML Rounded Button -


i'm trying place rounded button in xamarin.forms application, can't it.

i read custom controller button, didn't find docs rounded buttons in xamarin.forms.

does know how it? i'm building android , ios application.

you can use borderradius property create rounded corners on button

<button text="bluebutton"         bordercolor="blue"         borderradius = "5"         borderwidth = "2"/> 

Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -