Share via


GestureRecognizer.InertiaExpansion プロパティ

定義

慣性の開始から慣性終了までのオブジェクトのサイズの相対的な変化を示す値を取得または設定します (サイズ変更またはスケーリングが完了したとき)。

この API の詳細については、UWP WinRT InertiaExpansion のトピックを参照してください。

public:
 property float InertiaExpansion { float get(); void set(float value); };
float InertiaExpansion();

void InertiaExpansion(float value);
public float InertiaExpansion { get; set; }
var single = gestureRecognizer.inertiaExpansion;
gestureRecognizer.inertiaExpansion = single;
Public Property InertiaExpansion As Single

プロパティ値

Single

float

デバイスに依存しないピクセル (DIP) でのサイズの相対的な変化。

適用対象