如何在 WPF 应用程序中实现 Vista 玻璃透明度 (AERO)?
WPF 应用程序可以轻松地将窗口的某些部分设置为透明或半透明。 但是如何将当前的 Vista 主题(颜色、不透明度)应用到这些透明部分呢?
当我有绿色玻璃边框时,如何获得相同风格的绿色玻璃背景?
是否可以在不调用 Windows API 的情况下完成此操作?
我正在考虑类似的事情
It's easy for a WPF application to make parts of a window transparent or semi-transparent. But how to I apply the current Vista theme (colors, opacity) to these transparent parts?
When I have a green glass border how will I get a green glass background of the same style?
Is it even possible to do this without calls to the Windows API?
I am thinking of something like this
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这是一个很好的示例:
CodeProject: 使用附加属性向 WPF 添加玻璃效果
Here's a nice example:
CodeProject: Adding Glass Effect to WPF using Attached Properties
查看此链接,查找标题为“IE7 – 扩展玻璃框架”的部分:
http://blogs.msdn.com/wpfsdk/archive/2008/09/08/custom-window-chrome-in-wpf.aspx
Take a look at this link, look for the section titled "IE7 – Extending the glass frame":
http://blogs.msdn.com/wpfsdk/archive/2008/09/08/custom-window-chrome-in-wpf.aspx
以下是有关在 WPF 应用程序中扩展 Aero 玻璃效果的官方文档:
http://msdn.microsoft.com/en-us/library/ms748975.aspx" rel="nofollow noreferrer">http:// /msdn.microsoft.com/en-us/library/ms748975.aspx
Here's the official documentation on extending the Aero glass effect in your WPF app:
http://msdn.microsoft.com/en-us/library/ms748975.aspx