Gets or sets the name of the shape before renaming.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# 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.
This property is relevant only for the ShapeRenamed event.