Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
WPF 中是否有任何效果我可以使图像闪亮等?(我想将它用于悬停的图像)
一个面具或类似的东西会很棒。
尝试将BitmapEffect应用于图像,请记住,使用它们可能很昂贵。
OuterGlowBitmapEffect 可能会对您有所帮助。
这取决于你所说的“闪亮”是什么意思。一个简单的方法是将每个图像的不透明度设置为 0.5,并在鼠标进入时将其更改为 1。