How can I make a Text Entry control without rounded corners in Xamarin Forms?
In UWP and Android this already works by default.
In iOS the corners are rounded by default. I would like to prevent that.
Other controls such as Button have a BorderRadius property which allows to control the corners. Why is there no such property for an Entry?