展开全部
Image image = new Image()
{ Source = new BitmapImage(new Uri(imgpath, UriKind.RelativeOrAbsolute)) };
简写成image.source=new BitmapImage(new Uri(imgpath)) };
imgpath是图片路径 ,字符串类型
{ Source = new BitmapImage(new Uri(imgpath, UriKind.RelativeOrAbsolute)) };
简写成image.source=new BitmapImage(new Uri(imgpath)) };
imgpath是图片路径 ,字符串类型
追问
我想自定义一个属性,不是用他自带的属性,比如属性名字叫UserImageSource
追答
这个是追加属性
http://www.cnblogs.com/linlf03/archive/2011/10/29/2228430.html
如果是自定义控件,要写
DefaultStyleKeyProperty.OverrideMetadata(typeof(Image), new FrameworkPropertyMetadata(typeof(Image)));
UserImageSourceProperty = DependencyProperty.Register("UserImageSource", typeof(string), typeof(Image),;
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2014-04-01
展开全部
继承image 添加个 依赖属性..
追问
嗯,图片可以这么做。我现在要给Line添加依赖属性,但是Line密封类,不能继承。这个怎么添加呢?
追答
line 当然不能...可能是你设计思路有问题.
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2014-04-01
展开全部
this.img.ImageSource = new BitmapImage(new Uri("test.jpg"));
追问
我想自定义一个属性,不是用他自带的属性,比如属性名字叫UserImageSource
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询