Gets or sets the text displayed by this item.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public string Text { get; set; } |
Visual Basic
![]() |
---|
Public Property Text As String |
A string containing the item's text. The default value is empty string "".
This property defines item's main text content. You can add more text labels by calling the AddLabel method, and customize their position and appearance via the various members of returned ItemLabel object.
MvcDiagram Programmer's Guide | © 2025 MindFusion |