Silverlight 工具包主题未应用于标签
我是否必须对 Silverlight 工具包中的 Label 控件执行一些特殊操作才能应用当前主题?
在演示页面上查看主题浏览器时,它看起来好像标签应该在表达黑暗主题中变成白色,但对我来说它保持黑色。
Do I have to do something special to the Label control from the Silverlight toolkit to get the current themed applied?
When looking at the Theme Browser on the demo page it appears as though labels should be turning white in the expression dark theme, but it's staying black for me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它对我来说效果很好。您可能有一个隐式或显式的标签样式来覆盖它。
编辑:
it works fine for me. You might have an implicit or explicit Label style that overwrites it.
Edit: