ContentElement.TouchesCapturedWithin Propriedade

Definição

Recebe todos os dispositivos táteis capturados para este elemento ou quaisquer elementos filhos na sua árvore visual.

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)

Valor de Propriedade

Uma enumeração de TouchDevice objetos que são capturados para este elemento ou para quaisquer elementos filhos na sua árvore visual.

Aplica-se a