Windows Phone 中的模糊效果与 Silverlight

Blur effect in Windows Phone with Silverlight

我用 Silverlight 创建了一个项目 Windows Phone。

如何在此图像中添加模糊效果?

<Image Source="Images\myImage.png" Stretch="Fill">
        <Image.Effect>
            <BlurEffect Radius="20"/>
        </Image.Effect>
</Image>

WP8.1 中未实现模糊。

最佳途径是 'borrow' 来自 http://www.blendrocks.com/code-blend/2015/1/29/implementing-image-blur-in-a-windows-universal-app 博客的代码。

我不打算在这里抄袭他的代码,而是去他的博客看看。上次更新时间是 2015 年 1 月,所以此时它相当新。

希望这对您有所帮助。希利在坦帕