1 write to UnSelectedColor
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\ShellSectionRootHeader.cs (1)
104
headerCell.
UnSelectedColor
= _unselectedColor.ToPlatform();
1 reference to UnSelectedColor
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\ShellSectionRootHeader.cs (1)
321
Label.TextColor = value ? SelectedColor :
UnSelectedColor
;