How to make Round corner Entry Control Xamarin.Forms
问题 I have to use round corner entry in Xamarin.Forms, but I have not get any solution for this. I am trying to get this look and feel: Please help me with this issue. 回答1: I had exact same requirement and decided to create custom control called EntryEx . You can find the source code HERE. Here is the list of functions that this control supports. Setting border color Setting border width Setting corner radius You can also set left and right paddings to inset content of entry from left and right.