Implemented interface member:
property
BarBackground
Microsoft.Maui.Controls.IBarElement.BarBackground
3 references to BarBackground
Microsoft.Maui.Controls (3)
Compatibility\Handlers\TabbedPage\iOS\TabbedRenderer.cs (1)
364
var barBackground = tabbed.
BarBackground
;
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);