Gets or sets a short text message displayed when the mouse pointer rests over the diagram element.
Namespace: MindFusion.Diagramming
Package: 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 item. The default value is an empty string.
When the mouse rests for a while over an item, the item's tool-tip text is displayed. If it is an empty string, the diagram's ToolTip is displayed instead.
The tool-tip text is also used as a value of the ALT attribute of the image map AREA corresponding to the item; see HtmlBuilder for further information.
DiagramItem Members
DiagramItem Class
MindFusion.Diagramming Namespace
DiagramView.ShowToolTips Property
DiagramView.ToolTipDelay Property