コード例 #1
0
ファイル: App.cs プロジェクト: mxmaa64/Calender
        public App()
        {
            FixParams.ChangeAspectSize();
            HomePage = new FirstPage();

            MainPage = new NavigationPage(HomePage);
            MainPage.SetValue(NavigationPage.BarBackgroundColorProperty, FixParams.PanelColor);
            MainPage.SetValue(NavigationPage.BarTextColorProperty, FixParams.FontColor);
        }
コード例 #2
0
        public App()
        {
            FixParams.ChangeAspectSize();
            HomePage = new FirstPage();

            MainPage = new NavigationPage(HomePage);
            MainPage.SetValue(NavigationPage.BarBackgroundColorProperty, FixParams.PanelColor);
            MainPage.SetValue(NavigationPage.BarTextColorProperty, FixParams.FontColor);
        }