The X coordinate of the mouse pointer relative to the origin of the client area of the control. The unit of measure is determined by ScaleMode property.
Syntax
Visual Basic (Declaration) | |
---|
Public x As Single |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As MouseMoveEventArgs
Dim value As Single
value = instance.x
instance.x = value |
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also