次の方法で共有


PinchGestureUpdatedEventArgs クラス

定義

PinchUpdated イベントのイベント引数。

public ref class PinchGestureUpdatedEventArgs : EventArgs
public class PinchGestureUpdatedEventArgs : EventArgs
type PinchGestureUpdatedEventArgs = class
    inherit EventArgs
Public Class PinchGestureUpdatedEventArgs
Inherits EventArgs
継承
PinchGestureUpdatedEventArgs

コンストラクター

PinchGestureUpdatedEventArgs(GestureStatus)

既定値を使用して新しい PinchGestureUpdatedEventArgs オブジェクトを構築します。

PinchGestureUpdatedEventArgs(GestureStatus, Double, Point)

指定した値を使用して新しい PinchGestureUpdatedEventArgs オブジェクトを構築します。

プロパティ

Scale

最後の更新が受信された後のユーザーのピンチ ジェスチャの相対的なサイズ。

ScaleOrigin

ピンチ ジェスチャの更新された始点。

Status

ジェスチャが開始したか、実行中であるか、または終了したか。

適用対象