Click or drag to resize

MouseEventArgsLocation Property

Gets or sets the mouse position relative to the bounds of the browser instance.

Namespace:  DotNetBrowser.Input.Mouse.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public Point Location { get; set; }

Property Value

Type: Point
The mouse position relative to the bounds of the browser instance.

Implements

IMouseEventArgsLocation
See Also