GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoImage Class / ImageList Property
In This Topic
    ImageList Property (GoImage)
    In This Topic
    Gets or sets the ImageList used to hold images from which one is chosen by index.
    Syntax
    [Category("Appearance")]
    [DefaultValue("")]
    [Description("The ImageList used to hold a collection of images, selected by Index.")]
    public virtual ImageList ImageList {get; set;}

    Property Value

    When this value is changed, any cached Image is forgotten so that it can be redrawn from the new ImageList by Paint.
    Remarks
    The ImageList is not serialized; after deserialization, you will need to reset this property. If you modify the ImageList's collection of Images to replace an Image that a GoImage has already loaded, you will need to reset this Image property by setting it to null.
    See Also