Implemented interface member:
property
BarBackgroundColor
Microsoft.Maui.Controls.IBarElement.BarBackgroundColor
4 references to BarBackgroundColor
Microsoft.Maui.Controls (3)
NavigationPage\NavigationPage.cs (1)
27 /// <summary>Bindable property for <see cref="BarBackgroundColor"/>.</summary>
NavigationPage\NavigationPageToolbar.cs (2)
240 navigationPage.BarBackgroundColor != null) 242 BarBackground = new SolidColorBrush(navigationPage.BarBackgroundColor);
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\NavigationRenderer.cs (1)
672 var barBackgroundColor = NavPage.BarBackgroundColor;