TouchEventArgs.Touches プロパティ

定義

現在サーフェスに TouchPoint 接触しているすべての接触点のリスト。

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

プロパティ値

適用対象