Share via


ManipulationVelocities Struct

Definition

Describes the speed at which manipulations occurs.

/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
struct ManipulationVelocities
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public struct ManipulationVelocities
var manipulationVelocities = {
linear : /* Your value */,
angular : /* Your value */,
expansion : /* Your value */
}
Public Structure ManipulationVelocities
Inheritance
ManipulationVelocities
Attributes

Fields

Name Description
Angular

The speed of rotation.

Expansion

The rate at which the manipulation is resized.

Linear

The speed of linear motion.

Applies to