Rename GoIconNode

why rename .text Goiconnode in c# with godiagram… please… I’m newbee… thanks master

GoIconicNode inherits from GoNode, which has a Text property whose implementation delegates to its GoNode.Label’s Text property.

So if you have an instance of GoIconicNode, you just need to set its Text property to the string that you want it to show.