2

How can I add an acrylic/aero glass blur on anything that's under an object in WPF? All the results that I've found talk about how to blur the actual window, but not the elements under an object.

In CSS, this can be achieved using the backdrop-filter property, but I need an equivalent in C#.

This is what I am trying to achieve (Figma Mockup):

Example

And here is another example:

Other Example

Wowkster
  • 197
  • 3
  • 9
SeizureSalad
  • 23
  • 1
  • 6
  • Maybe this might help you? https://stackoverflow.com/questions/7815278/blur-the-background-of-the-wpf-container – Joe Sep 13 '21 at 01:55
  • I believe wpf does not support this acrylic out of the box. Easiest way would be just to get styles for it, for example you can look into this project https://github.com/sourcechord/FluentWPF – Demon Sep 13 '21 at 03:55

0 Answers0