UIElement.TouchesDirectlyOver 속성

정의

이 요소 위에 있는 터치 디바이스를 모두 가져옵니다.

public:
 property System::Collections::Generic::IEnumerable<System::Windows::Input::TouchDevice ^> ^ TouchesDirectlyOver { System::Collections::Generic::IEnumerable<System::Windows::Input::TouchDevice ^> ^ get(); };
public System.Collections.Generic.IEnumerable<System.Windows.Input.TouchDevice> TouchesDirectlyOver { get; }
member this.TouchesDirectlyOver : seq<System.Windows.Input.TouchDevice>
Public ReadOnly Property TouchesDirectlyOver As IEnumerable(Of TouchDevice)

속성 값

IEnumerable<TouchDevice>

이 요소 위에 있는 TouchDevice 개체의 열거형입니다.

적용 대상