单击按钮时是否可以更改按钮的背景图像?C#.

本文关键字:按钮 背景 图像 是否 单击 | 更新日期: 2023-09-27 18:36:18

单击按钮时是否可以更改按钮的背景图像?我在 Windows 窗体应用程序上使用 C#。

单击按钮时是否可以更改按钮的背景图像?C#.

是的,这是可能的。只需在其单击事件上设置按钮的BackgroundImage属性即可。

试试这个,

button1.BackgroundImage = Image.FromFile("ImageFilepath");
button1.BackgroundImageLayout = ImageLayout.Stretch;

CSS3 的背景大小属性应该适合您,即背景尺寸:封面或背景尺寸:100%