PanUpdatedEventArgs 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
平移手势更新时引发的事件。
public class PanUpdatedEventArgs : EventArgs
type PanUpdatedEventArgs = class
inherit EventArgs
- 继承
-
System.EventArgsPanUpdatedEventArgs
构造函数
PanUpdatedEventArgs(GestureStatus, Int32, Double, Double) |
使用指定的值新建 PanUpdatedEventArgs。 |
PanUpdatedEventArgs(GestureStatus, Int32) |
使用指定的值新建 PanUpdatedEventArgs。 |
属性
GestureId |
获取引发事件的手势的标识符。 |
StatusType |
获取一个值,该值指示此事件是针对新启动的、正在运行的、已完成的,还是已取消的手势。 |
TotalX |
获取手势开始后 X 方向的总体更改。 |
TotalY |
获取手势开始后 Y 方向的总体更改。 |