WPF: Canvas Events Not working
- by user279244
Hi
I have set Mouse Events on a canvas as follows
MouseUp="CanvasUp" MouseDown="CanvasDown" MouseMove="CanvasMove"
But these are active only on the child elements like Images and Rectangles, but not on the empty space.
Please tell me how to solve
Thanks