Gets or sets the tooltip text associated with the cell.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public string ToolTip { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ToolTip As String |
The tool-tip text displayed for this cell. The default is an empty string.
RemarksFor more information, see the DiagramItem.ToolTip property.
See Also