共用方式為


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) 小費壓力使用量來報告壓力資訊。 壓力是透過此使用量的值來設定。

適用於