7 references to BarBackgroundColorProperty
Microsoft.Maui.Controls (7)
NavigationPage\NavigationPage.cs (3)
28 public static readonly BindableProperty BarBackgroundColorProperty = BarElement.BarBackgroundColorProperty; 95 get => (Color)GetValue(BarElement.BarBackgroundColorProperty); 96 set => SetValue(BarElement.BarBackgroundColorProperty, value);
Properties\AssemblyInfo.cs (1)
148[assembly: StyleProperty("-maui-bar-background-color", typeof(IBarElement), nameof(BarElement.BarBackgroundColorProperty))]
TabbedPage\TabbedPage.cs (3)
12 public static readonly BindableProperty BarBackgroundColorProperty = BarElement.BarBackgroundColorProperty; 31 get => (Color)GetValue(BarElement.BarBackgroundColorProperty); 32 set => SetValue(BarElement.BarBackgroundColorProperty, value);