共用方式為


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 引進)

適用於