Define the custom node class (the name IconNode is used in this tutorial) by deriving from DiagramNode.
public class IconNode : DiagramNode{}
Public Class IconNode Inherits DiagramNodeEnd Class