7 references to BarTextColorProperty
Microsoft.Maui.Controls (7)
NavigationPage\NavigationPage.cs (3)
34
public static readonly BindableProperty BarTextColorProperty = BarElement.
BarTextColorProperty
;
109
get => (Color)GetValue(BarElement.
BarTextColorProperty
);
110
set => SetValue(BarElement.
BarTextColorProperty
, value);
Properties\AssemblyInfo.cs (1)
149
[assembly: StyleProperty("-maui-bar-text-color", typeof(IBarElement), nameof(BarElement.
BarTextColorProperty
))]
TabbedPage\TabbedPage.cs (3)
18
public static readonly BindableProperty BarTextColorProperty = BarElement.
BarTextColorProperty
;
45
get => (Color)GetValue(BarElement.
BarTextColorProperty
);
46
set => SetValue(BarElement.
BarTextColorProperty
, value);