TouchEventArgs.TargetTouches プロパティ

定義

サーフェスに触れ、現在のイベントのターゲットである要素で開始されるすべての接触点の リスト TouchPoint

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

プロパティ値

適用対象