Search
AnchorPoint.ToolTip Property
See Also
 





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

 Syntax

C#  Copy Code

public string ToolTip { get; set; }

Visual Basic  Copy Code

Public Property ToolTip As String

 Property Value

A string specifying the tool-tip text displayed for this anchor point. The default is an empty string.

 Remarks

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.

 See Also