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