码迷,mamicode.com
首页 > 其他好文 > 详细

WPF - 这是一堆代码片段的集合

时间:2014-08-27 16:09:57      阅读:128      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   io   strong   文件   div   cti   代码   

1. Image的Source设定,引用的图片文件在其他的dll中。图片的Build action : Resource

如果是直接写:

Source="/MyProject.Resources;Component/Images/Icon.gif"  

如果是binding

Source="{Binding Path=Path}"

// code behind:
Path = "pack://application:,,,/MyProject.Resources;component/Images/Icon.gif";

 

WPF - 这是一堆代码片段的集合

标签:style   blog   color   io   strong   文件   div   cti   代码   

原文地址:http://www.cnblogs.com/mantian/p/3939383.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!