How to customize node template?

HI I’m trying to customize the node template like below image.
What kind of layout type should i use to get same look and feel.
nodetemplate

Thank you.

I hope you have read GoJS Nodes -- Northwoods Software. In particular, the section GoJS Nodes -- Northwoods Software seems to describe what you are looking for.

Except you probably want to show the “Auto” Panel holding a “Circle” Shape surrounding a TextBlock all the time, in which case you will not need a Binding on the Panel’s “visible” property.

Thank you Walter