Ok, so what I'm trying to do is have two imageboxes overlapping so that I can align the images in them (based on user input). The problem is I'm not sure if I can adjust the opacity of individual controls so I can only see the topmost control. Of course, I could do image processing and combine the two images into a single image (with the appropriate transparency settings) but doing that on each input operation would be somewhat expensive so I figured doing it on the UI thread would be a lot cheaper.
Any suggestions? Thank you in advance.