ManipulationTouchArgs Class Members
The following tables list the members exposed by ManipulationTouchArgs.
Public Constructors
Name | Description | |
---|---|---|
![]() | ManipulationTouchArgs Constructor |
Public Properties
Name | Description | |
---|---|---|
![]() | CenterPoint | Gets or sets the center point of the touch. (Inherited from ArchestrA.Client.ViewApp.TouchArgs) |
![]() | Cumulative | Gets or sets the cumulative change of the manipulation. |
![]() | Delta | Gets or sets the delta change of the manipulation. |
![]() | DeviceId | Gets or sets the id of the touch device, or the first touch device in multi touch event. (Inherited from ArchestrA.Client.ViewApp.TouchArgs) |
![]() | InteractionMode | Gets or sets the interaction mode of the runtime application. (Inherited from ArchestrA.Client.ViewApp.TouchArgs) |
![]() | IsInertia | Gets a value indicating whether the gesture / manipulation is from inertia. |
![]() | OriginalHitSource | Gets or sets the element that received the touch hit. (Inherited from ArchestrA.Client.ViewApp.TouchArgs) |
![]() | Sender | Gets or sets the sender of the touch event. (Inherited from ArchestrA.Client.ViewApp.TouchArgs) |
![]() | TouchPointsCount | Gets or sets the total touch points of the manipulation. (Inherited from ArchestrA.Client.ViewApp.TouchArgs) |
See Also