Is there a way to overlay an image on top of a button, either in a Canvas or Overlay container, and still have the button get the events?
The overlayed image is transparent where the button shows. But right now Slate will only route the events to the top-most item, the image in this case, and the image does not care and replies unhandled. How can I mark the image as pass-through?