MouseWheelEventArgs.PointerCoordinate 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.
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.