Closed
Description
Issue #20478 addresses the OffsetX
and OffsetY
properties for MouseEventArgs
, however these properties are not present in the TouchPoint
class as part of TouchEventArgs
I would like to have the OffsetX
and OffsetY
properties to provide the following:
OffsetX
The X coordinate of the touch point relative to the left edge of the element that is the target of the current event.
OffsetY
The Y coordinate of the touch point relative to the top edge of the element that is the target of the current event.