I already tried for chnage the Navigation Bar Background Color but its not working.
<ResourceDictionary>
<Style TargetType="NavigationPage">
<Setter Property="BarBackgroundColor" Value="#6eb43a"/>
<Setter Property="BackgroundColor" Value="#6eb43a"/>
</Style>
</ResourceDictionary>
BarBackgroundColor = Not Working BackgroundColor= Working
so when I am using BackgroundColor(problem is that it change the background color also) then it will effect on Navigation Background but BarBackgroundColor not working. Have any solution for change the BarBackground Color globally so that it will effect on whole project?