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 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.

 See Also