Gets the y-coordinate of the mouse pointer.
[Visual Basic] Public ReadOnly Property Y As Integer [C#] public int Y {get;} [C++] public: __property int get_Y(); [JScript] public function get Y() : int;
The y-coordinate of the mouse pointer in pixels.
DragEventArgs Class | DragEventArgs Members | System.WinForms Namespace | X