ContentElement.TouchesDirectlyOver Proprietà

Definizione

Ottiene tutti i dispositivi a tocco che si trovano su questo elemento.

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)

Valore della proprietà

Enumerazione di oggetti TouchDevice che si trovano su questo elemento.

Si applica a