6 references to BarBackgroundProperty
Microsoft.Maui.Controls (6)
NavigationPage\NavigationPage.cs (3)
31
public static readonly BindableProperty BarBackgroundProperty = BarElement.
BarBackgroundProperty
;
102
get => (Brush)GetValue(BarElement.
BarBackgroundProperty
);
103
set => SetValue(BarElement.
BarBackgroundProperty
, value);
TabbedPage\TabbedPage.cs (3)
15
public static readonly BindableProperty BarBackgroundProperty = BarElement.
BarBackgroundProperty
;
38
get => (Brush)GetValue(BarElement.
BarBackgroundProperty
);
39
set => SetValue(BarElement.
BarBackgroundProperty
, value);