Jamey McElveen
Jamey McElveen

Reputation: 18325

Binding to an image in IsolatedStorage

Is it possible to data bind to an image in isolated storage without code behind or a converter?

Upvotes: 2

Views: 294

Answers (1)

Mick N
Mick N

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

Related Questions