次の方法で共有


SwipeGestureRecognizer.Threshold プロパティ

定義

ジェスチャが認識される原因となるスワイプの最小の距離を取得または設定します。

public:
 property System::UInt32 Threshold { System::UInt32 get(); void set(System::UInt32 value); };
public uint Threshold { get; set; }
member this.Threshold : uint32 with get, set
Public Property Threshold As UInteger

プロパティ値

ジェスチャが認識される原因となる最小スワイプ距離。

適用対象