Gets the Id of the dragged shape.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public string Id { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Id As String |
A string specifying the identifier of the dragged shape.
See Also