Condividi tramite


TouchEventArgs.TargetTouches Proprietà

Definizione

Elenco di TouchPoint per ogni punto di contatto che tocca la superficie e inizia sull'elemento che rappresenta la destinazione dell'evento corrente.

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()

Valore della proprietà

Si applica a