

How do I change the background image of a button on a mouse over trigger in XAML? If this is a duplicate question, I apologize. I searched SO but the solutions I found were not exactly what I am dealing with. What do I put so that the background changes to another image, whether it is in my resources.resx or another location? (Not sure where to put the image to access it). The code is (in a new resource dictionary): I created a custom button from some code I found on SO. I had to create a custom button using xaml styles to get rid of the default highlight effect of a wpf button. I attempted to add the background images into Resources.resx. But when hovering over the button, the background of the button should change to another "highlighted" image. I wanted to create a button that has an image as its background. I am learning C# and XAML to build windows applications.
