SpatialManipulationDelta.Translation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the relative translation of the hand since the start of a Manipulation gesture.
public:
property float3 Translation { float3 get(); };
float3 Translation();
public Vector3 Translation { get; }
var vector3 = spatialManipulationDelta.translation;
Public ReadOnly Property Translation As Vector3
Property Value
The translation.