Can I use that effect on my controls just like the BlurEffect? If it’s not available, is there a way to “acquire” it? Perhaps via the Reflector?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Which “Aero” effect are you referring to?
You can extend the glass effects into your client area in a WPF application via DwmExtendFrameIntoClientArea.
If you’re just after the blurring, you could use BlurBitmapEffect from WPF directly.