Click or drag to resize

DragEventLocation Property

Gets the location of the mouse cursor in the browser's coordinate system at the time the event occurred.

Namespace:  DotNetBrowser.Input.DragAndDrop.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public Point Location { get; }

Property Value

Type: Point
The location of the mouse cursor.
See Also