I'm trying out Blend 4 beta, and looking for a way to do a simple thing:
- When a mouse is hovered on an image,
the image should change its source to a different image.
When the
MouseLeave
happens, the image changes back.
I know I can do it in source code, but I'm looking for a code free way to do it, without hand coding xaml.
Blend 4 seems like the perfect fit. But I've tried to set this using Event Triggers that start stories, or using Visual States, but Blend does not seem to "remember" that the image source has changed. It remembers me changing other properties of the image (such as visibility, scale etc..) but Image source is what I'm after.
Is this a bug in blend, or am I doing something wrong?