How to apply more than one effect

Hey guys, how do you apply more than one effect to an element?
e.g.

<Image StretchMode="UniformToFill"  File="assets/myimage.png">
  <Blur Radius="10" />
  <Desaturate Amount="1" />
</Image>

Hi aeq

Could you wrap the image in a panel and then place one effect in the image and the other in the panel?

Best regards

Morten

Oh hey, that works! Awesome! Thanks @Morten!