GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoIconicNode Class / Shape Property
In This Topic
    Shape Property (GoIconicNode)
    In This Topic
    Gets this node's icon, assuming it is a GoShape, as it would be if you call Initialize(ResourceManager,String,String) with a null String icon name.
    Syntax
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    public virtual GoShape Shape {get;}
    See Also