How to set path for image object?
with image tag, set source image displaied. put image file @ same folder xaml file , set source as:
source = "test.jpg"
it works fine. when created folder named "images" , put image file folder, , set source point new location, xaml can find image , got runtime error when run testing page:
source="images/test.jpg"
what's wrong folder image files?
is the test.jpg build action set resource? folder name case sensitive images/test.jpg should work while images/test.jpg not
Silverlight > Getting Started with Silverlight
Comments
Post a Comment