WPF A Beginners Guide part 6 - Murray State University

For example if a user sets a BackGround of a control to Blue and we supply a control Template that set the BackGround to Green, thats not what the user wanted. Surely there is a better way. Well there is, we simply use the {TemplateBinding } markup extension to tell the control Template to gets its value from the templated parent control. ................
................