Search
AnchorPoint.toolTip Property
See Also
 






Gets or sets tooltip text that should be displayed when the mouse hovers over an anchor point mark.

Namespace: MindFusion.Diagramming
File: AnchorPoint.js

 Syntax

JavaScript  Copy Code

get toolTip() {}
set toolTip(value) {}

 Property Value

String

A string containing the tooltip text.

 Remarks

Tooltip text is displayed in a small popup window near the cursor when the mouse rests for a while over an anchor point.

 See Also