I have a TabControl with a few TabItems. Each TabItem has a Grid with a TextBlock and one Image, which has transparent areas, in it.
My goal is to have the Text and the Image completely visible and see the Window.Background Image through the transparent areas.
Problem: No matter what I tried, there is a white background behind the Image and TextBlock I have set.
I tried to set the TabControl Opacity to 0, but that makes the whole thing dissapear, as expected. Same result with the TabItem Opacity -> TabItem gets invisible. Next I set the TabItems Foreground, BorderBrush and Background to Opacity="0" what changes nothing at all :(
I am relatively new to WPF and english is not my native language, so forgive me if my question is dumb and my english is bad.
Thanks in advance!
EDIT(Screenshotlink): http://i.stack.imgur.com/NN8AR.png
I can't post the screenshot, because I do not have 10 reputation, so I added the link to it.
I removed the images and only left the Textboxes so there is no confusion about that