Gets or sets the name of the shape before renaming.
Namespace: MindFusion.Diagramming
Assembly: 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.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |