How to do this glow effect in WPF?

岁酱吖の 提交于 2019-12-14 00:25:32

问题


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?


回答1:


Use the drop shadow and center it.

Or

You can just use the OuterGlowBitmapEffect



来源:https://stackoverflow.com/questions/5251062/how-to-do-this-glow-effect-in-wpf

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!