CoreWebView2PointerInfo.PerformanceCount Property

Definition

Gets or sets the PerformanceCount of the pointer event.

public ulong PerformanceCount { get; set; }
member this.PerformanceCount : uint64 with get, set
Public Property PerformanceCount As ULong

Property Value

Remarks

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

Applies to