Gets or sets a tooltip text that should be displayed when the mouse hovers over an anchor point mark.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public string ToolTip { get; set; } |
Visual Basic Copy Code |
---|
Public Property ToolTip As String |
A string specifying the tool-tip text displayed for this anchor point. The default is an empty string.
When the mouse rests for a while over an anchor point, the tool-tip text is displayed in a small popup window near the mouse cursor. If the anchor point tooltip is an empty string, the ToolTip of the node to which the anchor point is assigned is displayed instead.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |