GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / ImageList Property
In This Topic
    ImageList Property (GoView)
    In This Topic
    Gets or sets the ImageList that GoImage objects can draw from.
    Syntax
    [Category("Appearance")]
    [DefaultValue("")]
    [Description("The ImageList from which GoImage objects can draw an image.")]
    public virtual ImageList ImageList {get; set;}

    Property Value

    This value defaults to null.
    See Also