wpf - How to declare a string resource that bound to a property? -


as may know, can declare string "variable" using resource:

<sys:string x:key="somekey">somevalue</sys:string> 

i want replace somevalue binding property, how can it?

i don't think possible. then, why need this. couldn't controls bind same string instead of using resource?


Comments

Popular posts from this blog

c++ - Compiling static TagLib 1.6.3 libraries for Windows -

xslt - Umbraco and EXSLT sets do not work -

php - How can I merge Nodes & Webform Submissions into instances of one general Content Type in Drupal 6? -