GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoImage Class / Image Property
In This Topic
    Image Property (GoImage)
    In This Topic
    The Image displayed by this GoImage.
    Syntax
    [Category("Appearance")]
    [Description("The Image displayed by this GoImage.")]
    public virtual Image Image {get; set;}

    Property Value

    If set to null, the next get will call LoadImage.
    Remarks

    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.

    See Also