将图像添加到wpf工具栏按钮时出错

时间:2012-11-17 12:31:29

标签: wpf vb.net toolbar

当我尝试添加代码以在VB.net中的wpf应用程序中为按钮添加图像时,我收到此错误:“值不在预期范围内”。我似乎不知道该做什么或出了什么问题?以下是给出错误的XAML代码:

<ToolBarTray Height="33" Name="ToolBarTray1" VerticalAlignment="Top">
                        <ToolBar Background="Cyan" Height="33" Band="1" BandIndex="1" ToolBarTray.IsLocked="True">
                            <Button><Image Source="new.bmp"/></Button>
                        </ToolBar> 
                    </ToolBarTray>

显示错误的带下划线的部分是<Image Source="new.bmp"/>。有人告诉我什么是不对的。

1 个答案:

答案 0 :(得分:0)

我不确定您的项目是如何设置的,但请阅读此http://msdn.microsoft.com/en-us/library/aa970069.aspx