共用方式為


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

適用於