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