Gets the text before in-place editing.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public string OldText { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property OldText As String |
The original value of the Text property of the edited link.
See Also