Building a custom silverlight control
(with sample code)
Lundi 16 novembre 2009

First time I had to build my own silverlight control, I asked myself a simple question from where I should start.
Usually, I start by defining the control specific properties that I will implement as a dependency property, after that I specify the default look for this control.
Through this tutorial, we will build a round button control that could be easily personalized.

