I need to get the image path through a value converter. However, I cannot find examples of using a value converter without binding.
I would like to do something like that:
<Image source="{Value=Image1, Converter={ImageConverter}}" />
Then the image converter checks the folder with the image and returns the correct path to the file.
Jfoulkes
source
share