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

속성 값

적용 대상