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

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

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