Implemented interface member:
property
BarBackgroundColor
Microsoft.Maui.Controls.IBarElement.BarBackgroundColor
4 references to BarBackgroundColor
Microsoft.Maui.Controls (4)
Compatibility\Handlers\TabbedPage\iOS\TabbedRenderer.cs (2)
337
var barBackgroundColor = tabbed.
BarBackgroundColor
;
533
tabbed.IsSet(TabbedPage.BarBackgroundColorProperty) ? tabbed.
BarBackgroundColor
: null,
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);