GestureRecognizer.HoldRadius 属性

定义

获取或设置为 Windows.UI.Input.GestureRecognizer.Holding 事件识别的接触点的半径。

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

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

属性值

Single

float

接触点的半径,以与设备无关的像素为单位, (DIP) 。

Windows 要求

设备系列
Windows 10, version 2004 (在 10.0.19041.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v10.0 中引入)

适用于