NonClientCaptionTappedEventArgs.Point Property

Definition

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

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

Property Value

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

Applies to