次の方法で共有


GestureRecognizer.HoldStartDelay プロパティ

定義

Windows.UI.Input.GestureRecognizer.Holding イベントに対して連絡先が認識される時間のしきい値を取得または設定します。

public:
 property TimeSpan HoldStartDelay { TimeSpan get(); void set(TimeSpan value); };
TimeSpan HoldStartDelay();

void HoldStartDelay(TimeSpan value);
public System.TimeSpan HoldStartDelay { get; set; }
var timeSpan = gestureRecognizer.holdStartDelay;
gestureRecognizer.holdStartDelay = timeSpan;
Public Property HoldStartDelay As TimeSpan

プロパティ値

TimeSpan

Windows の要件

デバイス ファミリ
Windows 10, version 2004 (10.0.19041.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v10.0 で導入)

適用対象