NonClientPointerEventArgs.Point Property

Definition

Gets the Point within the non-client region where the pointer event occurred.

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

Property Value

The Point within the non-client region where the pointer event occurred.

Applies to