Gets or sets the default text of shape nodes.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C#
![]() |
---|
public string ShapeText { get; set; } |
Visual Basic
![]() |
---|
Public Property ShapeText As String |
A string specifying the initial text of shape nodes. The default is an empty string.
The value of this property is assigned to the Text property of new nodes.
WpfDiagram Programmer's Guide | © 2025 MindFusion |