Gets or sets the current mouse or touch position.
public Point Position {get; set;}
Public Property Position As Point
public Point Position {get; set;}
get_Position();
set_Position(value);
Object.defineProperty('Position');
Property Value
The current mouse or touch position.