UIElement.TouchesCapturedWithin Proprietà

Definizione

Ottiene tutti i dispositivi a tocco che sono acquisiti in questo elemento o nei relativi elementi figlio nella struttura ad albero visuale.

public:
 property System::Collections::Generic::IEnumerable<System::Windows::Input::TouchDevice ^> ^ TouchesCapturedWithin { System::Collections::Generic::IEnumerable<System::Windows::Input::TouchDevice ^> ^ get(); };
public System.Collections.Generic.IEnumerable<System.Windows.Input.TouchDevice> TouchesCapturedWithin { get; }
member this.TouchesCapturedWithin : seq<System.Windows.Input.TouchDevice>
Public ReadOnly Property TouchesCapturedWithin As IEnumerable(Of TouchDevice)

Valore della proprietà

Enumerazione degli oggetti TouchDevice che sono acquisiti in questo elemento o nei relativi elementi figlio nella struttura ad albero visuale.

Si applica a