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 中引入)

适用于