InkPoint.Pressure Property

Definition

The pressure of the contact on the digitizer surface for the InkPoint.

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

Property Value

Single

float

The pressure of the contact.

Applies to

See also