when you are not using stylesheets how to find out what the current style of an item is? The use case here is when performing drag and drop I want to change the background when the draggable item is over a possible receiver (this is the onDragEntered event) I want to restore the original background in the onDragExit event.