Gets or sets the text displayed inside the shape node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public string Text { get; set; } |
Visual Basic
![]() |
---|
Public Property Text As String |
A string containing the node's text. Initialized with the value of ShapeText.
This property specifies the text that should be drawn inside the shape. The text appearance can be customized through the TextBrush and TextFormat properties.
Diagramming for .NET MAUI Guide | © 2025 MindFusion |