Northwoods.Go Assembly > Northwoods.Go Namespace > GoImage Class : Image Property |
'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("The Image displayed by this GoImage.")> Public Overridable Property Image As Image
[CategoryAttribute("Appearance")] [DescriptionAttribute("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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2