Implemented interface member:
property
BarBackground
Microsoft.Maui.Controls.IBarElement.BarBackground
3 references to BarBackground
Microsoft.Maui.Controls (2)
TabbedPage\TabbedPage.cs (1)
14
/// <summary>Bindable property for <see cref="
BarBackground
"/>.</summary>
TabbedPage\TabbedPage.Mapper.cs (1)
13
TabbedViewHandler.Mapper.ReplaceMapping<TabbedPage, ITabbedViewHandler>(nameof(
BarBackground
), MapBarBackground);
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\TabbedRenderer.cs (1)
377
var barBackground = Tabbed.
BarBackground
;