GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGeneralNode Class / Image Property
In This Topic
    Image Property (GoGeneralNode)
    In This Topic
    Gets the icon as a GoImage.
    Syntax
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    public virtual GoImage Image {get;}

    Property Value

    If, in an exceptional case, the icon does not exist or in fact is not a GoImage, this value is null.
    See Also