ManipulationVelocities Struct
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.
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
Angular |
The speed of rotation. |
Expansion |
The rate at which the manipulation is resized. |
Linear |
The speed of linear motion. |