WPF Image Source 设置相对路径图片
Posted senaites
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了WPF Image Source 设置相对路径图片相关的知识,希望对你有一定的参考价值。
BitmapImage bt = new BitmapImage(new Uri("Images\3_u10484.png", UriKind.Relative));
this.Img1.Source = bt;
以上是关于WPF Image Source 设置相对路径图片的主要内容,如果未能解决你的问题,请参考以下文章