Hello,
I have a master details page,
I cana set the background color of the action bar by this:
var navigon = new NavigationPage(new MyPage());
navigon.BarBackgroundColor = Color.Teal;
But I need to set the background to an image, Is there a way to set the background as image?
Thanks