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)

屬性值

在這個項目之上的 TouchDevice 物件列舉。

適用於