I have create several canvas with transparent background and wanna make some move event on it.
However, I found that all mouse event (e.g. MouseLeftButtonDown) canno
Note that there is a difference in setting the background to transparent as opposed to not setting it (or setting it to null). My experience is that hit-testing works on transparent, but not on a null background.