0
kicks
Creating Multiple Instances of a XAML Object in Silverlight
There are a few cases where you need to create many similar objects from a single XAML object definition. For example, say you were building a chess game in which each square was represented by a Rectangle primitive. You have several options here....