Search
DraggedShape.Id Property
See Also
 





Gets the Id of the dragged shape.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public string Id { get; }

Visual Basic  Copy Code

Public ReadOnly Property Id As String

 Property Value

A string specifying the identifier of the dragged shape.

 See Also