Port Positioning

So I have some text at ports around a node. Take for example where I have a node with an image in the center, and then at the SW, S, and SE port locations I have text (different). Is there a way to push out the positioning of the text at say the SW and SE so that the three texts aren’t crammed in so tight together?

What node class?

GoIconicNode

So, you must have added ports and labels in your own class. Sure, you can do the layout of the labels on the ports any old way you want. (See Walter’s note on port label positioning in the 3.0 GoGeneralNode beta test thread.)

The easiest way to do that sort of positioning is with SetSpotLocation positioning a spot on the label relative to some spot on the port. (e.g. See how I position the Figure next to the label here: http://www.nwoods.com/forum/forum_posts.asp?TID=2532)
dec.SetSpotLocation(MiddleRight, this.Label, MiddleLeft, new SizeF(-4,0));