DragEventScreenLocation Property |
Gets the location of the mouse cursor in the screen's coordinate system at the time the
event occurred.
Namespace:
DotNetBrowser.Input.DragAndDrop.Handlers
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntax public Point ScreenLocation { get; }
Property Value
Type:
PointThe location of the mouse cursor.
See Also