MindFusion.Wpf Pack Programmer's Guide
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.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Object ToolTip { get; set; }

Visual Basic  Copy Code

Public Property ToolTip As Object

 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

AnchorPoint Members
AnchorPoint Class
MindFusion.Diagramming.Wpf Namespace