NonClientPointerEventArgs.Point Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.