I want my WPF Button to get an outer glow effect when the mouse hovers over it. How can I achieve this when the Button is transparent.
When I use a BitmapEffect such as a DropShadow or OuterGlow the glow appears at the inside of the Button as well because it is transparent. But I want the glow to be only at the outside.