Hi,
Just add another setter for the Blur effect :
Just add another setter for the Blur effect :
<Setter Property="BitmapEffect">
<Setter.Value>
<BlurBitmapEffect Radius="30" />
</Setter.Value>
</Setter>