TouchEventArgs.TargetTouches Vlastnost

Definice

Seznam TouchPoint pro každý kontaktní bod, který se dotýká povrchu a začíná na prvku, který je cílem aktuální události.

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

Hodnota vlastnosti

Platí pro