Gets or sets a short text message displayed when the mouse pointer rests over the diagram.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public string ToolTip { get; set; } |
Visual Basic Copy Code |
---|
Public Property ToolTip As String |
The tool-tip text displayed for this diagram. The default is an empty string.
This tool-tip is displayed when the mouse rests over an unoccupied document area. If the mouse points to an item, the ToolTip of that item will appear. Tool-tips can be enabled or disabled using the ShowToolTips property.
Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
DiagramView.ToolTipDelay Property
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |