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

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - Updating recent updates - Problem in procedure - Any other approach? -