mouseY

The mouseY property returns the Y-coordinate of the mouse position in the current page.

 

Syntax

System.Int32 mouseY();

 

Return Value

Returns the current property value.

 

Remarks

This property is Read-Only

 

Member of doc.

 

Example