ManipulationDeltaEventArgs Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The ManipulationDeltaEventArgs type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone CumulativeManipulation Gets the accumulated changes of the current manipulation, as a ManipulationDelta.
Public propertySupported by Silverlight for Windows Phone DeltaManipulation Gets the most recent changes of the current manipulation, as a ManipulationDelta.
Public propertySupported by Silverlight for Windows Phone Handled Gets or sets a value that marks the routed event as handled. Setting to true prevents most handlers along the event route from handling the same event again.
Public propertySupported by Silverlight for Windows Phone IsInertial Gets whether the ManipulationDelta event occurs during inertia.
Public propertySupported by Silverlight for Windows Phone ManipulationContainer Gets the container that defines the coordinates for the manipulation.
Public propertySupported by Silverlight for Windows Phone ManipulationOrigin Gets the point from which the manipulation originated.
Public propertySupported by Silverlight for Windows Phone OriginalSource Gets a reference to the object that raised the event. (Inherited from RoutedEventArgs.)
Public propertySupported by Silverlight for Windows Phone Velocities Gets the rates of the most recent changes to the manipulation.

Top