WPF 中包含 Vista/Win7 aero 效果吗?

发布于 2024-08-26 09:06:56 字数 62 浏览 5 评论 0原文

我可以像 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 技术交流群。

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

发布评论

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

评论(2

小鸟爱天空丶 2024-09-02 09:06:56

您指的是哪种“航空”效果?

您可以将玻璃效果扩展到 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.

悲歌长辞 2024-09-02 09:06:56

不,不包括在内。

然而,存在玻璃效果普通的 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.

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