Reputation: 18325
Is it possible to data bind to an image in isolated storage without code behind or a converter?
Upvotes: 2
Views: 294
Reputation: 14882
At some point, you need to open a stream, assign it to a BitmapImage and reference this on your Image control. So no direct means without writing code or using someone elses.
Upvotes: 5