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

Listboxes in c# -

Excel Duty List -

Multilayer CSV to filtered excel -