Condividi tramite


TouchEventArgs.Touches Proprietà

Definizione

Elenco di TouchPoint per ogni punto di contatto che attualmente tocca la superficie.

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

Valore della proprietà

Si applica a