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
Post a Comment