Hi,
for the DiagramUserHandle the Name is not shown as tooltip when i hover over the icon.
var shortcutHandle = new DiagramUserHandle
{
Name = "My Display Name",
PathData = "M60.3,18H27.5c-3,0-5.5,2.4-5.5,5.5v38.2h5.5V23.5h32.7V18z M68.5,28.9h-30c-3,0-5.5,2.4-5.5,5.5v38.2c0,3,2.4,5.5,5.5,5.5h30c3,0,5.5-2.4,5.5-5.5V34.4C73.9,31.4,71.5,28.9,68.5,28.9z M68.5,72.5h-30V34.4h30V72.5z",
Visible = true,
Offset = offset,
Side = Side.Right,
BackgroundColor = shortcut.GetShortcutColor(),
Margin = new DiagramUserHandleMargin { Top = 0, Bottom = 0, Left = 0, Right = 0 }
};
Regards
Manuel