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