gpt4 book ai didi

wpf - 如何设置WPF窗口的背景?

转载 作者:行者123 更新时间:2023-12-03 09:11:52 27 4
gpt4 key购买 nike

我有一个简单的WPF窗口。我打算将其背景设置为我作为嵌入式资源添加到项目中的图像之一。这是我尝试的:

<Window x:Class="A_Boggle.Window1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="A-Boggle" Height="300" Width="625" ResizeMode="NoResize" WindowStartupLocation="CenterScreen" Name="Game">
<Window.Background>
<ImageBrush ImageSource="background.jpg"></ImageBrush>
</Window.Background>
<Grid>
</Grid>

但是,与此同时,我总是得到这样的消息:“错误1文件splash.jpg不是项目的一部分,或者其“Build Action”属性未设置为“Resource”。

有任何想法吗?

最佳答案

转到VS中的图像,并将该项目设置为资源。右键单击->属性->构建操作->资源

更新:

如果它在文件夹中,则需要更改路径。即... Resources / background.jpg

关于wpf - 如何设置WPF窗口的背景?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3885581/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com