ICoreWindow.PointerPosition Property

Definition

Specifies a property that gets the position of the pointer.

public:
 property Point PointerPosition { Point get(); };
Point PointerPosition();
public Point PointerPosition { get; }
var point = iCoreWindow.pointerPosition;
Public ReadOnly Property PointerPosition As Point

Property Value

The current position of the cursor in device-independent pixels (DIPs).

Applies to