Tagged Questions
1
vote
2answers
1k views
Bind Image.Source according to Boolean without a converter?
I want to have an image bound to a boolean and have the source of the image to depend on the boolean value
i.e. true source="image1" false source="image2"
I was wondering if there is a way to do it ...