标签:com 打包 resource ges bsp pack ica 引用 component
1.引用内部资源:
<ImageBrush ImageSource="pack://application:,,,/FFK.Styles;component/images/tabout.png"></ImageBrush>
2.引用指定目录资源
<ImageBrush ImageSource="pack://SiteOfOrigin:,,,/images/tabout.png"></ImageBrush>
3.资源类型为content 则资源不会被打包在程序中
4.资源类型为resource,则资源会被打包在程序中
标签:com 打包 resource ges bsp pack ica 引用 component
原文地址:http://www.cnblogs.com/HuiLove/p/6060441.html