标签: c# windows-phone
在我的后台代理中,我尝试获取当前的强调色:
SolidColorBrush brush = App.Current.Resources["PhoneAccentBrush"] as SolidColorBrush;
但我得到“App在当前上下文中不存在”。我无法解决它。
答案 0 :(得分:1)
您应该使用IsolatedStorage来共享此类数据。在应用程序本身中,将当前的重音笔刷颜色写入隔离存储,并在后台代理中访问它。
IsolatedStorage