UIElement.TouchesDirectlyOver Vlastnost

Definice

Získá všechna dotyková zařízení, která jsou nad tímto prvkem.

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)

Hodnota vlastnosti

IEnumerable<TouchDevice>

Výčet TouchDevice objektů, které jsou nad tímto prvkem.

Platí pro