我有一张图片
<Image HorizontalAlignment="Stretch" Name="imgStylePic"
VerticalAlignment="Stretch"
Width="150" Height="90"
Stretch="UniformToFill" />
我需要在后面的代码中更改图像源才能通过网络读取图像
我尝试过
imgStylePic.Source = new BitmapImage(new Uri(@"\\192.168.1.14\Share\ALl\D and P\StylePicture\ORMP20TS057BA.jpg", UriKind.RelativeOrAbsolute));
但不起作用,这是什么问题