Hi I am trying to develop a graphical application which allows users to drop objects on a canvas. I have created button for each shape which when clicked, add a shape on the canvas. The shape is surronded by a contentcontrol. This contentcontrol is attached to a style with the microsoft rotate, resize and move classes. Thus, the shape can be rotated, resized and moved. Now I am planning to ...