5 references to ForegroundColor
Microsoft.Maui.Controls (5)
Compatibility\Handlers\Shell\iOS\ShellNavBarAppearanceTracker.cs (2)
111 var foreground = appearance.ForegroundColor; 134 var foreground = appearance.ForegroundColor;
Compatibility\Handlers\Shell\iOS\ShellSectionRootHeader.cs (1)
38 appearance.ForegroundColor ?? _defaultForegroundColor,
Shell\Shell.cs (1)
712 Toolbar.IconColor = appearance?.ForegroundColor ?? DefaultForegroundColor;
Shell\ShellAppearance.cs (1)
84 TabBarForegroundColor ?? ForegroundColor;