Getting Started with WPF : Button Control Part 2 – Basic Styling
In my previous post about buttons and content controls , I explained how to do quite a bit of customization using just the content property of a button. That gets you pretty far, but you’re barely tapping into what WPF (and Silverlight) can do. In this post, we’ll cover styling and and build up the background we’ll need to tackle templating, the backbone of what makes WPF and Silverlight so powerful. Lookless Controls In WPF and Silverlight, controls are “lookless”. That is, everything about how they appear is defined in the style and the control template.

Read the original here:
Getting Started with WPF : Button Control Part 2 – Basic Styling



