Xamarin Pack Programmer's Guide
TableNode.Cell.Text Property
See Also
 






Gets or sets text displayed inside the cell.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public string Text { get; set; }

Visual Basic  Copy Code

Public Property Text As String

 Property Value

A string value containing the text. The default is an empty string.

 Remarks

The property specifies text that appears inside a cell. Text can be customized via the TextBrush and TextFormat properties.

 See Also

TableNode.Cell Members
TableNode.Cell Class
MindFusion.Diagramming Namespace