CoreComponentInputSource.PointerPosition Property

Definition

Gets the current pointer position in the hosted XAML framework.

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

Property Value

The current pointer position.

Implements

Applies to