in WPF, I am trying to create variable width buttons with left, middle and right images.
Example: http://i.imgur.com/3qtSHBW.jpg
The left/right image width will be fixed, but the middle section will fill the entire width of the button and contain the custom styled button text.
How would I do this?
Thanks