Gets or sets the tooltip text associated with the cell.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public Object ToolTip { get; set; } |
Visual Basic Copy Code |
---|
Public Property ToolTip As Object |
The tool-tip text displayed for this cell. The default is an empty string.
WpfDiagram Programmer's Guide | © 2024 MindFusion |