In wpf how can I make controls underneath a transparent control blurry like windows Aero?
I need this for my custom modal windows with a border in outside for locking mouse
In wpf how can I make controls underneath a transparent control blurry like windows
Share
You can use the pixel shader effects to mimic that effect. Here is a tool for building/testing pixel shaders.