How to change backGround color in Xamarin forms NavigationPage

后端 未结 4 769
北恋
北恋 2021-01-05 15:54

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         


        
4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-05 16:30

    If you want to setup a global style in xaml, you could something similar to this:

    
    
        
    
            
                
            
    
        
    
    

提交回复
热议问题