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