PanUpdatedEventArgs 类

定义

平移手势更新时引发的事件。

public ref class PanUpdatedEventArgs : EventArgs
public class PanUpdatedEventArgs : EventArgs
type PanUpdatedEventArgs = class
    inherit EventArgs
Public Class PanUpdatedEventArgs
Inherits EventArgs
继承
PanUpdatedEventArgs

构造函数

PanUpdatedEventArgs(GestureStatus, Int32)

使用指定的值新建 PanUpdatedEventArgs

PanUpdatedEventArgs(GestureStatus, Int32, Double, Double)

使用指定的值新建 PanUpdatedEventArgs

属性

GestureId

获取引发事件的手势的标识符。

StatusType

获取一个值,该值指示此事件是针对新启动的、正在运行的、已完成的,还是已取消的手势。

TotalX

获取手势开始后 X 方向的总体更改。

TotalY

获取手势开始后 Y 方向的总体更改。

适用于