Gets or sets the name of the shape before renaming.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public string OldName { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property OldName As String |
A string specifying the old value of the shape's DisplayName property.
RemarksThis property is relevant only for the ShapeRenamed event.
See Also