我有两个项目在解决方案中。第一个项目有带图像按钮的页面,这个按钮的第二个图像。
我尝试像这样设置Image Source:
<telerik:RadButton x:Name="cbRun" Style="{StaticResource FvsToolbarButtonStyle}"
IsEnabled="True" Visibility="Visible" ToolTipService.ToolTip="Запустить" Click="cbRun_Click">
<Image Source="/fvsimages;component/forms_ed/Run.png"/>
</telerik:RadButton>`
或者像这样:...<Image Source="../fvsimages/forms_ed/Run.png"/>...
但它不起作用。 ( upd:图像在设计器中可见,但在调试中不可见)
当页面和图像在一个项目中时,一切正常。我做错了什么?
答案 0 :(得分:3)
当图片包含在图片中时,图片需要将Build Action
设置为资源,您需要使用以“/ assemblyname; component /”开头的路径