Compartir a través de


TouchEventArgs.TargetTouches Propiedad

Definición

Lista de TouchPoint para cada punto de contacto que toca la superficie y se inicia en el elemento que es el destino del evento actual.

public:
 property cli::array <Microsoft::AspNetCore::Components::Web::TouchPoint ^> ^ TargetTouches { cli::array <Microsoft::AspNetCore::Components::Web::TouchPoint ^> ^ get(); void set(cli::array <Microsoft::AspNetCore::Components::Web::TouchPoint ^> ^ value); };
public Microsoft.AspNetCore.Components.Web.TouchPoint[] TargetTouches { get; set; }
member this.TargetTouches : Microsoft.AspNetCore.Components.Web.TouchPoint[] with get, set
Public Property TargetTouches As TouchPoint()

Valor de propiedad

Se aplica a