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

属性值

适用于