When the user clicks on my shape, I'd like to make the outline red, and maybe thicker border. How can I accomplish this?
I thought it would just be a matter of putting this in my ElementShape-derived classes, but it seems my overrides for ForeColor and BackColor are only called when a new shape is placed on the diagram.
Thanks