我的目标是更改背景图像并将其SizeMode设置为Stretch。 到目前为止尝试过很多想法?
编辑:我在C#表单应用程序中工作。尝试简单设置bg图片的大小模式:picturebox1.BackgroundImage = Properties.Resources.Image;
picturebox1.SizeMode = PictureBoxSizeMode.StretchImage;
试图四处移动......没有成功......
答案 0 :(得分:15)
请看BackgroundImageLayout 示例:
whatever.BackgroundImageLayout = ImageLayout.Stretch