如何禁用 Metro 风格的小瓷砖支持?

发布于 2024-12-23 06:30:52 字数 98 浏览 6 评论 0原文

我在一个视频中听说过(我已经失去了该视频的链接...它可能是在 Channel9 上的),我们可以禁用 Windows 8 Metro 中的小磁贴支持。我如何在 C# 中做到这一点?

I've heard in a video (which I have since lost the link to...it may have been on Channel9), that we can disable small tile support in Windows 8 metro. How i can do this in C#?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

青春有你 2024-12-30 06:30:52

你不能。小磁贴对于您的应用程序是必需的,宽磁贴是可选的。如果您通过应用程序清单文件添加 WideTile,则 WideTile 将成为默认值。

我也不认为在 Windows 8 的后续版本中这种行为会改变。用户应该可以选择自己决定是否需要大瓷砖或小瓷砖。

You can't. Small tile is mandatory for your app, the wide tile is optional. If you add a wideTile via the application manifest file than the widetile will be the default.

I also don't think that in later builds of windows 8 this behavior will change. Users should have the option to decide by theirselves if they want a large or a small tile.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文