Binding on Style Setter in Silverlight 5

Continuing to our discussion on Silverlight 5 features. In earlier post, we discussed about Text Advancement in Silverlight 5. In this post, we will discuss on another new feature called Binding on Style Setter. This feature is very useful for the XAML designer. If you are a XAML designer, you must be aware of this cool new feature.   Read the complete post where we will discuss how we can bind to a Style Setter.     As you already know that, it is a new feature in Silverlight 5 and hence was not available in earlier version of Silverlight. So, how did we implement the style setter in previous versions? Let's start from the scratch, where we will know how to use a Setter in Style and then we will jump to the Setter binding.   Earlier to Silverlight 5 Beta, we were actually coded value to the Setter property like this:     We also had the option to use a StaticResource directly to the Setter property value, where StaticResource has...


Read more at: Original Source