PointerEventArgs.Pressure Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The normalized pressure of the pointer input in the range of 0 to 1, where 0 and 1 represent the minimum and maximum pressure the hardware is capable of detecting, respectively.
public:
property float Pressure { float get(); void set(float value); };
public float Pressure { get; set; }
member this.Pressure : single with get, set
Public Property Pressure As Single