Skip to content

How to apply DesktopAcrylicBackdrop to a uno built window #19123

Discussion options

You must be logged in to vote

Hey @cconner100,

When you say "Uno built window," are you referring to specific platforms? If you mean just WinUI (Windows), you can use MainWindow.SystemBackdrop. You can check out my project for more details. Make sure to set all the backgrounds to Transparent.

I recommend creating a platform-specific Brush and then applying it. You can see an example here.

For Skia (desktop), it’s more complicated. You would either need to implement it on your side or use specific APIs for the window. However, I’m not sure if this is possible with the WPF window.

Let me know if this helps!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by morning4coffe-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants