Bagikan melalui


MouseWheelEventArgs.PointerCoordinate Property

Definition

Gets the coordinate of the pointer.

public:
 property PointerMoveEventArgs ^ PointerCoordinate { PointerMoveEventArgs ^ get(); };
PointerMoveEventArgs PointerCoordinate();
public PointerMoveEventArgs PointerCoordinate { get; }
var pointerMoveEventArgs = mouseWheelEventArgs.pointerCoordinate;
Public ReadOnly Property PointerCoordinate As PointerMoveEventArgs

Property Value

The coordinate of the pointer.

Applies to