Change Background opacity without changing content opacity
问题 I wanted to know how can I change the opacity of the background of the WPF Window without effecting the inner child controls. When I change the Window property 'Opacity' to 0.5 I do get a semi-transparent window, but the image inside the window also inherited the 0.5 opacity value, so how can I just make the opacity for the window only? 回答1: The window is the parent container of everything so setting the opacity on the window will effect everything that it contains. I think what you want to