如何更改wpf窗口的图标大小?
我想更改 xaml 窗口中窗口图标的大小。
我知道我可以隐藏窗口的标题栏并创建自定义标题栏,但是有吗 有什么办法可以单独改变图标大小吗?
我找了很多论坛都没有找到合适的解决方案。
上面的链接解释了菜单的图标大小,但我想要窗口的图标
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
标准窗口镶边由 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.
为了节省一些编码时间,请在 CodePlex 上查看此解决方案:
http://wpfwindow.codeplex.com/
To save yourself some coding time, check out this solution over at CodePlex:
http://wpfwindow.codeplex.com/