Search
TableNode.Cell.ToolTip Property
See Also
 





Gets or sets the tooltip text associated with the cell.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Object ToolTip { get; set; }

Visual Basic  Copy Code

Public Property ToolTip As Object

 Property Value

The tool-tip text displayed for this cell. The default is an empty string.

 See Also