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,... - Article authored by Kunal Chowdhury on .

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:

 

image

 

We also had the option to use a StaticResource directly to the Setter property value, where StaticResource has been defined in the Resources. Have a look into the below code:

 

image

 

So, what about Binding? Binding to the setter is a new feature in Silverlight 5. By using this feature, you can actually bind to a control property or a StaticResource like this:

 

image

 

More preferred example for this feature will be this:

 

image

 

Here, we have our ViewModel defined as a StaticResource in our XAML page. Now we can directly bind the Collection defined in the ViewModel and set it in the Style Setter instead of declaring it in the control level. Here "Path" defines the collection present in our ViewModel.

 

Hope, this post helped you to understand the feature and it's uses. Stay tuned for my other posts on Silverlight 5 features.

Have a question? Or, a comment? Let's Discuss it below...

dhgate

Thank you for visiting our website!

We value your engagement and would love to hear your thoughts. Don't forget to leave a comment below to share your feedback, opinions, or questions.

We believe in fostering an interactive and inclusive community, and your comments play a crucial role in creating that environment.