在WPF中如何实现这种发光效果?
我有一个 ListView 控件,其中包含类似于此应用程序的封面图像、海报:
我正在尝试获取同样的蓝色发光鼠标悬停效果。
关于如何实现这一目标有什么想法吗?
I have a ListView control that has cover images, posters similar to this app:
I am trying to get the same blue glow mouseover effect.
Any ideas on how to achieve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用投影并将其居中。
或者
您可以只使用 OuterGlowBitmapEffect
Use the drop shadow and center it.
Or
You can just use the OuterGlowBitmapEffect