How do I convert a property name (in string) to a DependencyProperty
?
I have a set of property names, its values in string and a DependencyObject
. Now I want to set these property values to the DependencyObject
. Any idea on how this can be achieved?
Thanks.