ManipulationVelocities 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
描述操作发生的速度。
/// [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
- 继承
-
ManipulationVelocities
- 属性
字段
Angular |
旋转速度。 |
Expansion |
调整操作大小的速率。 |
Linear |
线性运动的速度。 |