Gets or sets the tooltip text associated with the cell.
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 cell. The default is an empty string.
For more information, see the DiagramItem.ToolTip property.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |