MouseDeviceInfoPosition Property
Gets the mouse position.
Namespace: DevCase.Core.IO.Devices.InputAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public Point Position { get; }
Public ReadOnly Property Position As Point
Get
Dim instance As MouseDeviceInfo
Dim value As Point
value = instance.Position
public:
property Point Position {
Point get ();
}
member Position : Point with get
No code example is currently available or this language may not be supported.
Property Value
Point
The mouse position.