I am trying to complete a Blend 4 form and am looking for a way to do a simple thing:
- When the mouse hovers over an image, the image should change its source to another image. When that happens
MouseLeave, the image will change.
I know that I can do this in the source code, but I'm looking for a free code way to do this without manually coding xaml.
Blend 4 seems like the perfect fit. But I tried to set this using event triggers that fire stories or use Visual States, but Blend doesn't seem to “remember” that the image source has changed. He remembers how I change other properties of the image (for example, visibility, scale, etc.), but the source of the image is what I need.
Is this a mistake in the mix, or am I doing something wrong?
source
share