4 references to TitleColor
Microsoft.Maui.Controls (4)
Compatibility\Handlers\Shell\iOS\ShellNavBarAppearanceTracker.cs (2)
123 var titleColor = appearance.TitleColor; 135 var titleColor = appearance.TitleColor;
Shell\Shell.cs (1)
710 Toolbar.BarTextColor = appearance?.TitleColor ?? DefaultTitleColor;
Shell\ShellAppearance.cs (1)
87 TabBarTitleColor ?? TitleColor;