[Category("Appearance")] [Description("The Image displayed by this GoImage.")] public virtual Image Image {get; set;}
[Category("Appearance")] [Description("The Image displayed by this GoImage.")] public virtual Image Image {get; set;}
Paint will draw the Image that is the value of this property. When an Image is not yet available, it calls LoadImage and remembers that returned Image as this property's value. The cached Image value is not serialized.
When the Index is non-negative, the Image will be taken from an ImageList, which is supplied by ImageList, and defaults to DefaultImageList.