Respondido Metro Style Apps - Image Class

  • quarta-feira, 11 de julho de 2012 23:53
     
     

    If i want to set the source of an image in the PAGE.xaml.cs class and not the PAGE.xaml , how do i do it?

    for ex:

    Image sd = new Image();

    sd.Source = [ WHAT DO I PUT HERE];

    Given that the image name is cat.jpg

Todas as Respostas