DiagramUserHandle Name is not shown

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

3 Replies

AR Aravind Ravi Syncfusion Team February 24, 2020 12:08 PM UTC

Hi Manuel, 
  
Currently we don’t have support to show tooltip for user handles in our diagram control. We have logged “Tooltip support for user handles” as a feature. We will implement this feature in any one of our upcoming releases.  
  
You can track the feature status from the below link   
  
  
Regards, 
Aravind Ravi 



MA Manuel February 24, 2020 06:18 PM UTC

Thank you for the information.



AR Aravind Ravi Syncfusion Team February 25, 2020 05:17 AM UTC

Hi Manuel, 
 
Thanks for your response. 
  
Regards, 
Aravind Ravi 


Loader.
Up arrow icon