Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将所有控件的前景保持为白色,因为它会随着手机用户选择的主题而变化。我试图更改 中的Foreground属性phone:PhoneApplicationPage,但没有用。那么如何打破我的应用程序和用户电话偏好之间的联系呢?
Foreground
phone:PhoneApplicationPage
查看 Jeff Wilcox 的 WP ThemeManager
它以 NuGet 包“PhoneThemeManager”的形式提供更多信息在这里
要么使用 PhoneForegroundBrush 之类的东西来自动切换主题更改,要么手动(显式)设置颜色值。
在这里找到类似的问题