PinchGestureUpdatedEventArgs 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
PinchUpdated 事件的事件参数。
public ref class PinchGestureUpdatedEventArgs : EventArgs
public class PinchGestureUpdatedEventArgs : EventArgs
type PinchGestureUpdatedEventArgs = class
inherit EventArgs
Public Class PinchGestureUpdatedEventArgs
Inherits EventArgs
- 继承
-
PinchGestureUpdatedEventArgs
构造函数
PinchGestureUpdatedEventArgs(GestureStatus, Double, Point) |
构造具有指定值的新 PinchGestureUpdatedEventArgs 对象。 |
PinchGestureUpdatedEventArgs(GestureStatus) |
构造具有默认值的新 PinchGestureUpdatedEventArgs 对象。 |
属性
Scale |
自上次接收到更新后的用户收缩手势的相对大小。 |
ScaleOrigin |
收缩手势的已更新的原点。 |
Status |
动作状态为已开始、正在进行还是已完成。 |