Gets or sets the text displayed inside the shape node. This is a dependency property.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public string Text { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Text As String |
A string containing the node's text.
RemarksThis property specifies the text that should be drawn inside the shape. The text appearance can be customized through the TextBrush and TextFormat properties.
See Also