我试图更改SystemTray
的颜色,但由于某种原因我无法正常工作。我不确定我做错了什么。
shell:SystemTray.IsVisible="True"
shell:SystemTray.BackgroundColor="Cyan"
这不正确吗?
答案 0 :(得分:0)
shell:SystemTray.IsVisible="True"
shell:SystemTray.BackgroundColor="Cyan"
是正确的解决方案吗?我正在使用NuGet的PhoneThemeManager,它会自动覆盖设备默认值以强制使用浅色或深色主题。使用上面的代码设置SystemTray.Background
会导致背景为白色。不确定如何解决此特定问题,但在所有其他情况下,上述代码应该有效。