dotMorten / WinUIEx

WinUI Extensions
https://dotmorten.github.io/WinUIEx
MIT License
615 stars 40 forks source link

Backdrop is not applied at all #71

Closed EmrecanKaracayir closed 2 years ago

EmrecanKaracayir commented 2 years ago

Using Win11, WindowsAppSdk 1.1.3, WinUIEx 1.8.0, Windows 'Transparency effects' ON.

Am I doing something wrong?

I check for MainWindow's Backdrop in runtime and it is Mica like I wanted. But neither Mica nor Acryllic is applied to the window.

image

dotMorten commented 2 years ago

Does your layout have a background defined? Make sure you don’t hide mica with your own background brushes

EmrecanKaracayir commented 2 years ago

Yes, I was being dumb for no reason. My page's layout's background was defined, that was the issue. Thank you for helping.