UIElement.TouchesOver 属性

定义

获取在此元素或其可视化树中的任何子元素上的所有触摸设备。

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

属性值

IEnumerable<TouchDevice>

在此元素或其可视化树中的任何子元素上的 TouchDevice 对象的枚举。

适用于