我有一个propertygrid,myclass 是它的objectsource。在我的课堂上,我从 Size 类型中定义了一项。如何在项目属性中设置默认值?
请看我的代码:
[CategoryAttribute("Information"), DefaultValue(Size(0, 0))]
public Size AndaazehPixel { get; set; }
我的错误:“System.Drawing.Size”是“类型”,但用作“变量”
我有一个propertygrid,myclass 是它的objectsource。在我的课堂上,我从 Size 类型中定义了一项。如何在项目属性中设置默认值?
请看我的代码:
[CategoryAttribute("Information"), DefaultValue(Size(0, 0))]
public Size AndaazehPixel { get; set; }
我的错误:“System.Drawing.Size”是“类型”,但用作“变量”