ManipulationTouchArgs Class Members
- Last UpdatedAug 21, 2026
- 3 minute read
The following tables list the members exposed by ManipulationTouchArgs.
| 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) |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from object) |
![]() | GetType | Gets the System.Type of the current instance. (Inherited from object) |
![]() | ToString | Returns a string that represents the current object. (Inherited from object) |
| Name | Description | |
|---|---|---|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object) |
![]() | MemberwiseClone | Creates a shallow copy of the current System.Object. (Inherited from object) |



