Gets or sets text displayed inside the cell.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public string Text { get; set; } |
Visual Basic Copy Code |
---|
Public Property Text As String |
A string value containing the text. The default is an empty string.
The property specifies text that appears inside a cell. Text can be customized via the TextBrush and TextFormat properties.
Styled text allows applying various attributes to the text characters. Attributes are specified by embedding HTML-like formatting tags within the raw text. Styled text is enabled by setting EnableStyledText to true.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |