Gets or sets the identifier of a missing shape.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public string UnknownId { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property UnknownId As String |
RemarksThis property is relevant only for ShapeNotDefined events.
See Also