I have a button that is programmed automatically, this is the contents of the stack panel with an image and a text block. This all works great.
I want to make the button behind the image and text transparent so that the image and text look as if they are sitting in the background, but still have all the properties of the button (i.e., someone clicks in the area of the buttons that he still registers the event button clicks).
I played with opacity, but every opacity that I play when working with a button seems to set the entire button (image and text) for that opacity value.
How to make the button opaque while the contents of the text and image are still visible?
Oh, this is silverlight 3. Thanks in advance.
source
share