Achieving complete transparency with MAUI & TransparentTintBackdrop #155
Answered
by
CodyLyttle
CodyLyttle
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
CodyLyttle
Dec 17, 2023
Replies: 2 comments 5 replies
-
Digging in deep, it looks like Maui has added a slight background color ( Not sure at this point which shell style sets this color. |
Beta Was this translation helpful? Give feedback.
4 replies
-
I didn't find a way to set the value directly, but I'd like to provide a more sensible band-aid solution for anyone facing the same problem.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem solved!
ContentGrid is defined in WinUI NavigationView.xaml.
To set the window background brush, we simply overwrite theme resource "NavigationViewContentBackground".