Implemented interface member:
property
BarTextColor
Microsoft.Maui.Controls.IBarElement.BarTextColor
2 references to BarTextColor
Microsoft.Maui.Controls (2)
NavigationPage\NavigationPage.cs (1)
33
/// <summary>Bindable property for <see cref="
BarTextColor
"/>.</summary>
NavigationPage\NavigationPageToolbar.cs (1)
267
Color GetBarTextColor() => _currentNavigationPage?.
BarTextColor
;