标签: c# image properties custom-controls
我正在处理CustomControl,Property应为Image。
CustomControl
Property
Image
public Image BackgroundPicture{ set; get };
但是当Image设置为(none)时,Visual Studio Designer会抛出错误:
(none)
'System.String'类型的对象无法转换为'System.Drawing.Image'类型。
有没有有效的方法可以防止这个问题?