GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoImage Class / ResourceManager Property
In This Topic
    ResourceManager Property (GoImage)
    In This Topic
    Gets or sets the ResourceManager used to look up and load images by Name.
    Syntax
    [Category("Appearance")]
    [DefaultValue("")]
    [Description("The ResourceManager used to look up and load images by Name.")]
    public virtual ResourceManager ResourceManager {get; set;}

    Property Value

    When this value is changed, any cached Image is forgotten so that it can be reloaded from the new ResourceManager by LoadImage.
    Remarks
    The ResourceManager is not serialized; after deserialization, you will need to reset this property.
    See Also