GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSimpleNode Class / Icon Property
In This Topic
    Icon Property (GoSimpleNode)
    In This Topic
    Gets the GoObject acting as the icon for this node.
    Syntax
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    public virtual GoObject Icon {get; set;}
    Remarks
    You might want to override the CreateIcon(ResourceManager,String) method(s) if you want to create a different kind of GoImage when constructing this kind of node. The new shape will have its Center location, Selectable, Resizable, Reshapable, ResizesRealtime, and Shadowed properties copied from the old shape.
    See Also