Implemented interface member:
property
BarBackground
Microsoft.Maui.Controls.IBarElement.BarBackground
4 references to BarBackground
Microsoft.Maui.Controls (2)
NavigationPage\NavigationPage.cs (1)
30 /// <summary>Bindable property for <see cref="BarBackground"/>.</summary>
NavigationPage\NavigationPageToolbar.cs (1)
238 BarBackground = navigationPage.BarBackground;
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\NavigationRenderer.cs (2)
690 var barBackgroundBrush = NavPage.BarBackground; 705 var barBackgroundBrush = NavPage.BarBackground;