How to change Image Source on MouseDown event in WPF?
WPF
3
Posts
3
Posters
0
Views
1
Watching
-
Hi, How can I change Image's source on MouseDown event? Thanks
-
Hi, How can I change Image's source on MouseDown event? Thanks
I would use an
EventTrigger
to do this.Deja View - the feeling that you've seen this post before.
-
I would use an
EventTrigger
to do this.Deja View - the feeling that you've seen this post before.
I have the same problem, and EventTriger is not allowing me to use a Setter :( Can you be more specific? Thanks