Gets or sets the name of the shape before renaming.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public string OldId { get; set; } |
Visual Basic Copy Code |
---|
Public Property OldId As String |
A string value specifying the old shape id.
This property is relevant only for ShapeRenamed events.
WpfDiagram Programmer's Guide | © 2024 MindFusion |