I have a ControlTemplate for buttons.
In this I can completely specify the appearance of a button.
I can use some of the button's original parameters using (for example)
{TemplateBinding property=xxxx}
I would like to display the original content of the button too (whatever it
might be).
I tried
<ContentPresenter Content="{TemplateBinding
Property=ContentControl.Content}"/>
but that seems not to work.
How should I be doing this ?
Thanks in advance
--
Griff
(trying to make an industrial UI with XAML/WPF/c#)


