Search
DragEventArgs.Location Property
See Also
 






The current location of the dragged item.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Point Location { get; }

Visual Basic  Copy Code

Public ReadOnly Property Location As Point

 Property Value

 See Also