I\'m trying to change the background color of navigationBar in navigationPage I\'m using this code`using System;
using System; using Xamarin.Forms; using Sys
Just set the BarBackgroundColor property of the NavigationPage instance:
new NavigationPage(new LoginPage()) { BarBackgroundColor = Color.Green };