WPF 中包含 Vista/Win7 aero 效果吗?
我可以像 BlurEffect 一样在控件上使用该效果吗?如果它不可用,有没有办法“获取”它?也许通过反射器?
Can I use that effect on my controls just like the BlurEffect? If it's not available, is there a way to "acquire" it? Perhaps via the Reflector?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您指的是哪种“航空”效果?
您可以将玻璃效果扩展到 WPF 应用程序中的客户区域通过 DwmExtendFrameIntoClientArea。
如果您刚刚进行模糊处理,可以使用 BlurBitmapEffect直接来自 WPF。
Which "Aero" effect are you referring to?
You can extend the glass effects into your client area in a WPF application via DwmExtendFrameIntoClientArea.
If you're just after the blurring, you could use BlurBitmapEffect from WPF directly.
不,不包括在内。
然而,存在玻璃效果普通的 WPF 在 XP 上也能正常工作。它不是 Aero Glass 的精确复制品,但看起来不错。
No, it is not included.
Yet, there is a Glass Effect in plain WPF that works fine on XP too. It is not the exact duplicate of Aero Glass, but looks nice.