CoreWebView2PointerInfo.PenPressure Property

Definition

Gets or sets the PenPressure of the pointer event.

public uint PenPressure { get; set; }
member this.PenPressure : uint32 with get, set
Public Property PenPressure As UInteger

Property Value

Remarks

This corresponds to the pressure property of the POINTER_PEN_INFO struct as defined in the Windows SDK (winuser.h).

Applies to