BackgroundImage的Width, Heigth属性只读,不能被赋值。
你可以通过设置BackgroundImageLayout来实现:
BackgroundImageLayout = ImageLayout.Stretch;
BackgroundImage.Width
BackgroundImage.Height
属性来自图片本身...不可更改
你可以选择panel的填充方式解决
设置panel的dock属性为fill
然后设置panel的BackgroundImageLayout属性为Stretch
好像是 图片的readonly = false 吧