DiagramLite Programmer's Guide
DiagramItem.ToolTip Property
See Also
 





Gets or sets the contents of the tooltip displayed when the mouse pointer rests over the diagram element.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public Object ToolTip { get; set; }

Visual Basic  Copy Code

Public Property ToolTip As Object

 Property Value

An instance of the System.Object class.

 See Also

DiagramItem Members
DiagramItem Class
MindFusion.Diagramming Namespace