Some people, ask to me if it's possible to add any object into a button with windows presentation foundation.
There is no problem (of coure :D). You can use the "Content" property of Button object (yes, where you can set the text of button).
"Content" property is of type of System.Object, for this reason you can put all things you want (for example an ellipse).
The right code is :
You can see this image to view the result of this code.
Bye
Fulvio