Remove borders on custom Entry & Editor for Xamarin Forms UWP
问题 I am currently working with a UWP project in Xamarin Forms. When i use the default Entry & Editor, it comes with a border that i wish to remove as well as add a rounded background. I have setup the renderer and some code, but the border is still intact. [assembly: ExportRenderer(typeof(Xamarin.Forms.Entry), typeof(MyRenderer))] namespace App1.UWP { class MyRenderer : SearchBarRenderer { protected override void OnElementChanged(ElementChangedEventArgs<Entry> e) { base.OnElementChanged(e); if