Search
TouchEventArgs Members
Properties
 


Contains the arguments passed to the event handlers of touch-related events.

The following tables list the members exposed by the TouchEventArgs type.

 Public Properties

  Name Description

ContactSize

Gets the touch size.

DeviceLocation

Gets the touch location, in device coordinates.

Flags

For internal use.

Location

Gets the touch location, in document coordinates.

Mask

For internal use.

ModifierKeys

Specifies modifier keys pressed along with mouse button.

Timestamp

Gets a value indicating when the touch occurred.

TouchId

Gets the touch identifier.

 See Also