1 override of BarTextColor
Microsoft.Maui.Controls (1)
NavigationPage\NavigationPageToolbar.cs (1)
25
public override Color
BarTextColor
{ get => GetBarTextColor(); set => SetProperty(ref _barTextColor, value); }
1 write to BarTextColor
Microsoft.Maui.Controls (1)
Shell\Shell.cs (1)
710
Toolbar.
BarTextColor
= appearance?.TitleColor ?? DefaultTitleColor;