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 对象的枚举。

适用于