MouseEventScreenY Property
The vertical coordinate at which the event occurred relative to the origin of the screen coordinate system.

Namespace: Aspose.Html.Dom.Events
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public long ScreenY { get; }

Property Value

Type: Int64
The screen y.
See Also