Gets or sets the new value of the changed text.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public string NewText { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property NewText As String |
A string value representing the text of the component after the change.
See Also