11-28-2012, 08:05 PM
I have an application where I would like to have my graphic objects highlighted when the mouse is over them. I would like the highlighting be the display of the wireframe model of the object over the object. I have no problem getting an event notification from MouseEnter and MouseLeave events. It seems like an adorner would be handy to use but they need UIElement's, not UIElement3D's. Any suggestions on how to do this would be appreciated.

