UIElement.TouchesDirectlyOver プロパティ
定義
この要素上にあるすべてのタッチ デバイスを取得します。Gets all touch devices that are over this element.
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 オブジェクトの列挙体。An enumeration of TouchDevice objects that are over this element.