Right now there is no easy way using Microsoft.Msagl.WpfGraphControl.AutomaticGraphLayoutControl to set a ToolTip text that is not the same as the label text. VNode.CreateNodeBoundaryPath simply uses the LabelText as the ToolTip text witch just seams odd to me.
Would this project be open to the idea of adding a deticated ToolTip Property to Microsoft.Msagl.Drawing.Node to allow for custom ToolTips to be set? I would be willing to make the change and create a Pull request!
Right now there is no easy way using
Microsoft.Msagl.WpfGraphControl.AutomaticGraphLayoutControlto set a ToolTip text that is not the same as the label text.VNode.CreateNodeBoundaryPathsimply uses the LabelText as the ToolTip text witch just seams odd to me.Would this project be open to the idea of adding a deticated ToolTip Property to
Microsoft.Msagl.Drawing.Nodeto allow for custom ToolTips to be set? I would be willing to make the change and create a Pull request!