MouseEventClientY Property
The vertical coordinate at which the event occurred relative to the viewport associated with the event.

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

Property Value

Type: Int64
The client y.
See Also