2 implementations of BarBackgroundColor
Microsoft.Maui.Controls (2)
NavigationPage\NavigationPage.cs (1)
93
public Color
BarBackgroundColor
TabbedPage\TabbedPage.cs (1)
29
public Color
BarBackgroundColor
2 references to BarBackgroundColor
Microsoft.Maui.Controls (2)
BarElement.cs (2)
8
/// <summary>Bindable property for <see cref="IBarElement.
BarBackgroundColor
"/>.</summary>
10
BindableProperty.Create(nameof(IBarElement.
BarBackgroundColor
), typeof(Color), typeof(IBarElement), default(Color));