将图像设置为我的图像控件

时间:2010-08-16 15:32:38

标签: silverlight image xaml

private void SetShipmentStatus(bool status)
{
    if (status)
    {
        txtStatus.Text = "Su envio fue entregado!";
        imgStatus.Source = ???
    }
}

如何以编程方式为我的XAML Image控件提供源代码?我把这个位置的图像作为资源:

alt text