I have a WPF window. I want to add blurring effect. I.e. When i say Show() or Close() it should blur into view and blur out of view.
I tried using Effect = new BlurEffect(), but i believe it is when windows is visible
Edit:
I figured out that I could actually control the opacity, so I have decided to fade the window.
Following worked for me.