I am trying to bind the Text of a TextBox named 'txtImage' to an image using the following code with no results:
<Image Source="{Binding ElementName=txtImage, Path=Text}" />
What would the right approach be?
|
|
|||
|
|
|
}
Reference: http://stackoverflow.com/questions/20586/wpf-image-urisource-and-data-binding |
||||||
|