次の方法で共有


PointerPointProperties.Pressure プロパティ

定義

ポインター デバイス (通常はペン/スタイラス) がデジタイザーの表面に作用する力を示す値を取得します。

public:
 property float Pressure { float get(); };
float Pressure();
public float Pressure { get; }
var single = pointerPointProperties.pressure;
Public ReadOnly Property Pressure As Single

プロパティ値

Single

float

0 から 1.0 までの値。 既定値は 0.5 です。

注釈

デバイスは、ヒューマン インターフェイス デバイス (HID) チップの圧力使用状況を通じて圧力情報を報告します。 圧力は、この使用法の値によって設定されます。

適用対象