I am working on an app with a transparent window. I do the standard things such as create a background image, set the transparent key to match the background, set no border, etc. If I set the BackgroundImageLayout to be "Center", I no longer get a transparent window. If I leave the image as "Tile" then I do get a transparent window as expected (i.e. the window is non rectangular and looks just like my image file.) I don't know why it should not work if the background image is "center". So far, the best I can do is set the image to "tile" and then size the window, but this does not work if I want to be able to change skins. Any suggestions?
↧