InkStrokeRenderingSegment.Pressure Property

Definition

Gets the pressure of the contact on the digitizer surface.

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

Property Value

Single

float

The pressure of the contact.

Applies to

See also