UIElement.TouchesOver Özellik

Tanım

Bu öğenin üzerindeki tüm dokunmatik cihazları veya görsel ağacındaki herhangi bir alt öğeyi alır.

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)

Özellik Değeri

IEnumerable<TouchDevice>

Bu öğe veya görsel ağacındaki herhangi bir alt öğe üzerinde olan nesnelerin sabit listesi TouchDevice .

Şunlara uygulanır