3 writes to BarBackground
Microsoft.Maui.Controls (3)
NavigationPage\NavigationPageToolbar.cs (2)
250
BarBackground
= navigationPage.BarBackground;
254
BarBackground
= new SolidColorBrush(navigationPage.BarBackgroundColor);
Shell\Shell.cs (1)
713
Toolbar.
BarBackground
= appearance?.BackgroundColor ?? DefaultBackgroundColor;
1 reference to BarBackground
Microsoft.Maui.Controls (1)
NavigationPage\NavigationPageToolbar.cs (1)
251
if (Brush.IsNullOrEmpty(
BarBackground
) &&