This question already has an answer here:
- Border Color for Editor in Xamarin.Forms 8 answers
I'm writing an app in Xamarin.forms cross-platform. There are few Entries in The app and I want to create/change border color to red. Is There any easy way to do this? or Does any way exists?
I think you can only achieve this with a CustomRenderer:
iOS:
On Android, I think it's not possible without a CustomRender (Actually, if it is... I don't know how ~ Sorry):
Using the CustomRenderer would be something like this: