如何更改wpf窗口的图标大小?

发布于 2024-11-09 04:37:23 字数 276 浏览 0 评论 0原文

我想更改 xaml 窗口中窗口图标的大小。

我知道我可以隐藏窗口的标题栏并创建自定义标题栏,但是有吗 有什么办法可以单独改变图标大小吗?

我找了很多论坛都没有找到合适的解决方案。

如何更改 WPF 菜单的图标列大小?

上面的链接解释了菜单的图标大小,但我想要窗口的图标

I would like to change the size of the window's icon in the xaml window.

I know that I can hide the window's title bar and create a custom title bar, but is there
any way to change the icon size alone ?

I was looking for many forums and couldnt find a proper solution.

How do I change WPF Menu's icon column size?

The above link explains for menu's icon size but I want for the window's icon

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

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

发布评论

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

评论(2

去了角落 2024-11-16 04:37:23

标准窗口镶边由 Windows 处理。

我想原因是应用程序之间的一致性,这也是我不喜欢 Office/Ribbon 替代标准 chrome 的原因。

在 Windows 8 Metro 应用程序中,将没有窗口镶边,因此所有 UI 将由您决定。

在 Windows 8 桌面应用程序(和 Windows 7 应用程序)中,您需要 完全替换整个 chrome

The standard window chrome is handled by the Windows.

I guess the reason for that is consistency across applications which is also the reason why I dislike the Office/Ribbon replacement of the standard chrome.

In Windows 8 Metro applications there will be no window chrome so all UI will be up to you.

In Windows 8 desktop applications (and Windows 7 applications) you will need to replace the entire chrome completely.

酒与心事 2024-11-16 04:37:23

为了节省一些编码时间,请在 CodePlex 上查看此解决方案:

http://wpfwindow.codeplex.com/

To save yourself some coding time, check out this solution over at CodePlex:

http://wpfwindow.codeplex.com/

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