TouchEventArgs.TargetTouches Property

Definition

A list of TouchPoint for every point of contact that is touching the surface and started on the element that is the target of the current event.

C#
public Microsoft.AspNetCore.Components.Web.TouchPoint[] TargetTouches { get; set; }

Property Value

Applies to

Product Versions
ASP.NET Core 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0