MouseEventClientY Property |
The vertical coordinate at which the event occurred relative to the viewport associated with the event.
Namespace: Aspose.Html.Dom.EventsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public long ClientY { get; }
Public ReadOnly Property ClientY As Long
Get
public:
property long long ClientY {
long long get ();
}
member ClientY : int64 with get
Property Value
Type:
Int64
The client y.
See Also