MouseEvent.ClientY

MouseEvent.ClientY property

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

public long ClientY { get; }

Property Value

The client y.

See Also