GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoImage Class / Name Property
In This Topic
    Name Property (GoImage)
    In This Topic
    Gets or sets the resource name or filename for loading images.
    Syntax
    [Category("Appearance")]
    [DefaultValue("")]
    [Description("The Resource name or filename for loading images.")]
    public virtual string Name {get; set;}

    Property Value

    A null value causes LoadImage to avoid looking for an image in a ResourceManager or as a file.
    Remarks
    When this value is changed, any cached Image is forgotten so that it can be reloaded from the ResourceManager, if any, or from the file system.
    See Also