Someone told me this isnt possible in Windows Store app, but ive seen it in many app. Like the screenshot i took below
this is from Yahoo mail app.
So my question is, how can i achieve the same blur in my app?
What methods can i use?
Thank you
Take a look at Direct2D effects. This is demonstrated in several samples such as the Direct2D custom image effects sample and the Direct2D effects photo adjustment app sample
To include in a Xaml app see DirectX and XAML interop .
--Rob