Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 58056

How to change the color of Xamarin.Forms.NavigationPage

$
0
0

I wrote this, but it seems not working.

    public class App
    {
        public static Page GetMainPage ()
        {   
            var masterPage = new MasterPage ();
            var navigationPage = new NavigationPage (masterPage);
            navigationPage.BackgroundColor = Color.Red;
            return navigationPage;
        }
    }

Viewing all articles
Browse latest Browse all 58056

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>