CoreWebView2PointerInfo.Time Property

Definition

Gets or sets the Time of the pointer event.

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

Property Value

Remarks

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

Applies to