Search code examples
xamarinxamarin.formsxamarin.uwpxamarin.windows

How do I change the Title Background color On Windows Platform (Xamarin)


Screen Shot I am developing an application using Xamarin Forms in Visual Studio 2013. I have managed to change the Header Background color for Android but I am failing to do the same for Windows project. It comes with the Default Dark theme. Please Assist me. Thank You


Solution

  • NavigationPage.BarBackgroundColorProperty Works! Thank You for your suggestions.