Is there a way to properly display an image with alpha channel (let's say PNG) in C# application? Thank you for any suggestions.
UPDATE:
OK, my question was a bit unprecise. I'd like to acquire real transparency of alpha channel - not filling with the parent's background color. In the image below we can see that the transparency is supported, but the part of the button that lies below the image is not visible. Is it possible to have a real transparency of the alpha channel of an image?