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

속성 값

적용 대상